Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="overflow-y: scroll;min-width:auto;">
  3. <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
  4. <div id="append_parent"></div>
  5. <div id="ajaxwaitid"></div>
  6. <div class="page" style="min-width: auto;box-shadow:none;">
  7. <form class="form-horizontal" id="post_form" action="{:U('Links/edit')}" method="post">
  8. <input type="hidden" name="id" value="{$info.id}">
  9. <div class="ncap-form-default">
  10. <dl class="row">
  11. <dt class="tit"><em>*</em>链接类型</dt>
  12. <dd class="opt">
  13. <div class="onoff">
  14. <label for="typeid1" class="cb-enable {if condition='$info.typeid == 1'}selected{/if}">文字</label>
  15. <label for="typeid2" class="cb-disable {if condition='$info.typeid == 2'}selected{/if}" >图片</label>
  16. <input id="typeid1" name="typeid" value="1" {if condition='$info.typeid == 1'}checked="checked"{/if} type="radio">
  17. <input id="typeid2" name="typeid" value="2" {if condition='$info.typeid == 2'}checked="checked"{/if} type="radio">
  18. </div>
  19. <p class="notic"></p>
  20. </dd>
  21. </dl>
  22. <dl class="row">
  23. <dt class="tit">
  24. <label><em>*</em>链接分组</label>
  25. </dt>
  26. <dd class="opt">
  27. <select name="groupid" id="groupid">
  28. {volist name="group_ids" id="vo"}
  29. <option value="{$vo.id}" {eq name='$vo.id' value='$info.groupid'} selected {/eq}>{$vo.group_name}</option>
  30. {/volist}
  31. </select>
  32. </dd>
  33. </dl>
  34. <dl class="row">
  35. <dt class="tit">
  36. <label for="url"><em>*</em>网址URL</label>
  37. </dt>
  38. <dd class="opt">
  39. <input type="text" name="url" placeholder="http://" value="{$info.url|default=''}" id="url" class="input-txt">
  40. <span class="err"></span>
  41. <p class="notic"></p>
  42. </dd>
  43. </dl>
  44. <dl class="row">
  45. <dt class="tit">
  46. <label for="title"><em>*</em>网站名称</label>
  47. </dt>
  48. <dd class="opt">
  49. <input type="text" name="title" value="{$info.title|default=''}" id="title" class="input-txt">
  50. <span class="err"></span>
  51. <p class="notic"></p>
  52. </dd>
  53. </dl>
  54. <dl class="row typeid2 {if condition='$info.typeid == 1'}none{/if}">
  55. <dt class="tit">
  56. <label for="logo"><em>*</em>上传Logo</label>
  57. </dt>
  58. <dd class="opt">
  59. <div class="input-file-show div_logo_local" {neq name="$info.is_remote" value="0"}style="display: none;"{/neq}>
  60. <span class="show">
  61. <a id="img_a" target="_blank" class="nyroModal" rel="gal" href="{$info.logo_local|default='javascript:void(0);'}">
  62. <i id="img_i" class="fa fa-picture-o" {notempty name="$info.logo_local"}onmouseover="layer_tips=layer.tips('<img src={$info.logo_local|default=''} class=\'layer_tips_img\'>',this,{tips: [1, '#fff']});"{/notempty} onmouseout="layer.close(layer_tips);"></i>
  63. </a>
  64. </span>
  65. <span class="type-file-box">
  66. <input type="text" id="logo_local" name="logo_local" value="{$info.logo_local|default=''}" class="type-file-text" autocomplete="off">
  67. <input type="button" name="button" id="button1" value="选择上传..." class="type-file-button">
  68. <input class="type-file-file" onClick="GetUploadify(1,'','allimg','img_call_back')" size="30" hidefocus="true" nc_type="change_site_logo"
  69. title="点击前方预览图可查看大图,点击按钮选择文件并提交表单后上传生效">
  70. </span>
  71. </div>
  72. <input type="text" id="logo_remote" name="logo_remote" value="{$info.logo_remote|default=''}" placeholder="http://" class="input-txt" {neq name="$info.is_remote" value="1"}style="display: none;"{/neq}>
  73. &nbsp;
  74. <label><input type="checkbox" name="is_remote" id="is_remote" value="1" {eq name="$info.is_remote" value="1"}checked="checked"{/eq} onClick="clickRemote(this, 'logo');">远程图片</label>
  75. <span class="err"></span>
  76. <p class="notic">建议尺寸 88 * 31 (像素) 的gif或jpg文件</p>
  77. </dd>
  78. </dl>
  79. <dl class="row {empty name="$global.web_citysite_open"} none {/empty} ">
  80. <dt class="tit">
  81. <label for="title">所属区域</label>
  82. </dt>
  83. <dd class="opt">
  84. <select name="province_id" id="province_id" onchange="set_city_list(0);">
  85. <option value="0">全国</option>
  86. {volist name=':get_site_province_list()' id='vo'}
  87. <option value="{$vo.id}" {eq name="$info.province_id" value="$vo.id" } selected {/eq} >{$vo.name}</option>
  88. {/volist}
  89. </select>
  90. <select name="city_id" id="city_id" class="none ml5" onchange="set_area_list(0);">
  91. <option value="">--请选择--</option>
  92. </select>
  93. <select name="area_id" id="area_id" class="none ml5">
  94. <option value="">--请选择--</option>
  95. </select>
  96. <span class="err"></span>
  97. <p class="notic"></p>
  98. </dd>
  99. </dl>
  100. <dl class="row">
  101. <dt class="tit">
  102. <label for="sort_order">排序</label>
  103. </dt>
  104. <dd class="opt">
  105. <input type="text" name="sort_order" value="{$info.sort_order|default='100'}" id="sort_order" class="input-txt">
  106. <span class="err"></span>
  107. <p class="notic">越小越靠前</p>
  108. </dd>
  109. </dl>
  110. <dl class="row">
  111. <dt class="tit">
  112. <label for="email">站长Email</label>
  113. </dt>
  114. <dd class="opt">
  115. <input type="text" name="email" value="{$info.email|default=''}" id="email" class="input-txt">
  116. <p class="notic"></p>
  117. </dd>
  118. </dl>
  119. <dl class="row">
  120. <dt class="tit">
  121. <label for="intro">网站备注</label>
  122. </dt>
  123. <dd class="opt">
  124. <textarea rows="5" cols="80" id="intro" name="intro" style="height:80px;" placeholder="备注一些站长联系方式、信息等内容">{$info.intro|default=''}</textarea>
  125. <p class="notic"></p>
  126. </dd>
  127. </dl>
  128. <dl class="row">
  129. <dt class="tit">
  130. <label>链接属性</label>
  131. </dt>
  132. <dd class="opt">
  133. <label><input type="checkbox" name="target" value="1" {if condition="$info.target eq 1"}checked="checked"{/if}>新窗口打开</label>&nbsp;&nbsp;
  134. <label><input type="checkbox" name="nofollow" value="1" {if condition="$info.nofollow eq 1"}checked="checked"{/if}>nofollow</label>&nbsp;&nbsp;
  135. <span class="err"></span>
  136. <p class="notic"></p>
  137. </dd>
  138. </dl>
  139. <div class="bot"><a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a></div>
  140. </div>
  141. </form>
  142. </div>
  143. <script type="text/javascript">
  144. $(function () {
  145. try {
  146. var web_citysite_open = {$global['web_citysite_open']|default=0};
  147. if (web_citysite_open > 0) {
  148. set_city_list({$info.city_id|default=0});
  149. set_area_list({$info.area_id|default=0});
  150. }
  151. }catch(e){}
  152. });
  153. var parentObj = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
  154. // 判断输入框是否为空
  155. function checkForm(){
  156. if($('select[name=groupid]').val() == ''){
  157. showErrorMsg('链接分组不能为空!');
  158. $('select[name=groupid]').focus();
  159. return false;
  160. }
  161. if($('input[name=url]').val() == ''){
  162. showErrorMsg('网址URL不能为空!');
  163. $('input[name=url]').focus();
  164. return false;
  165. }
  166. if($('input[name=title]').val() == ''){
  167. showErrorMsg('网站名称不能为空!');
  168. $('input[name=title]').focus();
  169. return false;
  170. }
  171. if ($('input[name=typeid]:checked').val() == 2) {
  172. if ($('input[name=is_remote]').is(':checked')) {
  173. if($('input[name=logo_remote]').val() == ''){
  174. showErrorMsg('请上传网站Logo图片!');
  175. $('input[name=logo_remote]').focus();
  176. return false;
  177. }
  178. } else {
  179. if($('input[name=logo_local]').val() == ''){
  180. showErrorMsg('请上传网站Logo图片!');
  181. $('input[name=logo_local]').focus();
  182. return false;
  183. }
  184. }
  185. }
  186. layer_loading('正在处理');
  187. $.ajax({
  188. type : 'post',
  189. url : "{:url('Links/edit', ['_ajax'=>1])}",
  190. data : $('#post_form').serialize(),
  191. dataType : 'json',
  192. success : function(res){
  193. layer.closeAll();
  194. if(res.code == 1){
  195. var _parent = parent;
  196. _parent.layer.close(parentObj);
  197. _parent.layer.msg(res.msg, {shade: layer_shade, time: 1000}, function(){
  198. _parent.window.location.reload();
  199. });
  200. }else{
  201. showErrorMsg(res.msg);
  202. }
  203. },
  204. error: function(e){
  205. layer.closeAll();
  206. showErrorAlert(e.responseText);
  207. }
  208. });
  209. }
  210. function img_call_back(fileurl_tmp)
  211. {
  212. $("#logo_local").val(fileurl_tmp);
  213. $("#img_a").attr('href', fileurl_tmp);
  214. $("#img_i").attr('onmouseover', "layer_tips=layer.tips('<img src="+fileurl_tmp+" class=\\'layer_tips_img\\'>',this,{tips: [1, '#fff']});");
  215. }
  216. $(function(){
  217. $('input[name=typeid]').click(function(){
  218. var val = $(this).val();
  219. if (val == 2) {
  220. $('.typeid2').show();
  221. } else {
  222. $('.typeid2').hide();
  223. }
  224. });
  225. });
  226. </script>
  227. {include file="public/footer" /}