Category_edit.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <script type="text/javascript" src="__ROOT__/Public/Js/jQuery.Hz2Py-min.min.js"></script>
  2. <form name="myform" id="myform" action="<if condition="$action_name=='add'">{:U('Category/insert')}<else />{:U('Category/update')}</if>&iscreatehtml=1" method="post">
  3. <div id="tabs" style="margin-top:10px;">
  4. <div class="title"><ul class="clearfix" style="margin-left:30px;"><li class="on"><a href="javascript:void(0);">{:L(base_setup)}</a></li>
  5. <li style="margin-left:10px;"><a href="javascript:void(0);">{:L(seo_setup)}</a></li>
  6. </ul></div>
  7. <div class="content_2">
  8. <div class="tabbox" style="display:block;">
  9. <table cellpadding=0 cellspacing=0 class="table_form"width="100%"><tr>
  10. <td width="15%">{:L('chose_module')}</td>
  11. <td width="85%" class="box_thumb">
  12. <load href="./Public/Js/swfupload.js"/>
  13. <div class="thumb_box" style ="margin-top:-7px;left:340px;"><div id="image_aid_box"></div>
  14. <a href="javascript:swfupload('image_uploadfile','image','{:L(uploadfiles)}',1,1,0,1,'jpeg,jpg,png,gif',3,0,'{$yourphp_auth}',yesdo,nodo)"><img src="<if condition="!empty($vo['image'])">{$vo['image']}<else/>./Public/Images/admin_upload_thumb.png</if>" id="image_pic" ></a><br> <input type="button" value="{:L('clean_thumb')}" onclick="javascript:clean_thumb('image');" class="button" /><input type="hidden" id="image" name="image" value="{$vo['image']}" /><span class="thumb_tips"></span></div>
  15. {:Form::select(array('field'=>'moduleid','options'=>$module+array('0'=>array('id'=>0,'title'=>L('Module_url'))),'options_key'=>'id,title','setup'=>array('onchange'=>'changetemplate(this.value)')),$vo['moduleid'])}
  16. </td>
  17. </tr>
  18. <tr>
  19. <td>{:L('chose_parentid')}</td>
  20. <td>
  21. <select name="parentid">
  22. <option value="">{:L('select_parentid')}</option>
  23. {$select_categorys}
  24. </select>
  25. </td>
  26. </tr>
  27. <tr>
  28. <td>* {:L('catname')}</td>
  29. <td><input type="text" name="catname" class="input-text required" id="catname" value="{$vo['catname']}" minlength="1" maxlength="30" /></td>
  30. </tr>
  31. <tr>
  32. <td>* {:L('catdir')}</td>
  33. <td><input type="text" id="catdir" name="catdir" class="input-text required" value="{$vo['catdir']}" validate="required:true, english:true,minlength:1, maxlength:30"/><span class="catdirBtn" onclick="catdir.value=($('#catname').toPinyin());">{:L('pinyin')}</span></td>
  34. </tr>
  35. <tr id="module_url" style="display:none;">
  36. <td>{:L('cat_link_url')}</td>
  37. <td><input type="text" name="url" class="input-text" value="<if condition="$vo['type']==1">{$vo['url']}</if>" size='50' /><input type="hidden" id="type" name="type" value="0" /></td>
  38. </tr>
  39. <!--
  40. <tr style="background:#EFEFEF;">
  41. <td>{:L('chage_is')}: </td>
  42. <td><input type="checkbox" class="input_checkbox " id="chage_all" name="chage_all" value="1" /><font color="red"> {:L('chage_all')}</font>
  43. </td>
  44. </tr>
  45. -->
  46. <tr id="urlrule">
  47. <td>{:L('urlrule')}</td>
  48. <td>{:Form::select(array('field'=>'urlruleid','options'=>$Urlrule,'options_key'=>'key,listexample'),$vo['urlruleid'])}</td>
  49. </tr>
  50. <tr>
  51. <td>{:L('pagesize')}</td>
  52. <td><input type="text" name="pagesize" class="input-text" value="<if condition="!empty($vo['pagesize'])">{$vo['pagesize']}</if>" size="3" /> <font color="red">{:L('pagesize_desc')}</font></td>
  53. </tr>
  54. <tr>
  55. <td>{:L('template_list')}</td>
  56. <td>
  57. <select id="template_list" name="template_list"></select>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td>{:L('template_show')}</td>
  62. <td><select id="template_show" name="template_show"></select>
  63. </td>
  64. </tr>
  65. </table>
  66. </div>
  67. <div class="tabbox" style="display:none;">
  68. <table cellpadding=0 cellspacing=0 class="table_form"width="100%">
  69. <tr>
  70. <td>{:L('seo_title')}</td>
  71. <td><input name='title' type='text' id='meta_title' value="{$vo['title']}" class="input-text" size='60' maxlength='150'></td>
  72. </tr>
  73. <tr>
  74. <td>{:L('seo_keywords')}</td>
  75. <td><input name='keywords' type='text' id='meta_keywords' value="{$vo['keywords']}" class="input-text" size='60' maxlength='150'></td>
  76. </tr>
  77. <tr>
  78. <td>{:L('seo_description')}</td>
  79. <td><textarea name='description' id='meta_description' rows="5" cols="60" >{$vo['description']}</textarea></td>
  80. </tr>
  81. </table>
  82. </div>
  83. </div>
  84. <div class="btn">
  85. <if condition="$vo['id']!=''"><input TYPE="hidden" name="id" value="{$vo.id}"></if>
  86. <INPUT TYPE="submit" value="{:L('dosubmit')}" class="button buttonBtn" >
  87. <input TYPE="reset" value="{:L('cancel')}" class="button">
  88. </div>
  89. </form></div>
  90. <script>
  91. var modulearr = new Array();
  92. <volist name="module" id="mdate">
  93. modulearr[{$mdate['id']}] = "{$mdate['name']}";
  94. </volist>
  95. var templatearr = new Array();
  96. <volist name="templates" id="tem">
  97. templatearr[{$i}] = "{$tem['name']},{$tem['value']},{$tem['filename']}";
  98. </volist>
  99. var datas = "<option value=''>{:L('please_chose')}</option>";
  100. var moduleid = $('#moduleid').val();
  101. showtemplist(moduleid,<if condition="empty($vo[listtype])">0<else />{$vo.listtype}</if>);
  102. function showtemplist(m,t){
  103. var type='_list';
  104. if(t){type='_index';}
  105. var mtlist = modulearr[m]+type;
  106. var mtshow = modulearr[m]+'_show';
  107. if(modulearr[m]=='Page') mtlist=mtshow ='Page';
  108. $('#template_list').html(datas);
  109. $('#template_show').html(datas);
  110. listdatas = showdatas ='';
  111. for(i=1;i<templatearr.length;i++){
  112. data = templatearr[i].split(',');
  113. if(data[0].indexOf(mtlist) >= 0){
  114. listdatas ="<option value='"+data[1]+"'>"+data[2]+"</option>";
  115. $('#template_list').append(listdatas);
  116. }
  117. if(data[0].indexOf(mtshow) >= 0){
  118. showdatas ="<option value='"+data[1]+"'>"+data[2]+"</option>";
  119. $('#template_show').append(showdatas);
  120. }
  121. }
  122. $("#template_list").attr("value",'{$vo.template_list}');
  123. $("#template_show").attr("value",'{$vo.template_show}');
  124. }
  125. function changetemplate(m){
  126. if(m==0){
  127. $('#module_url').show();
  128. $('#type').val('1');
  129. $('#catdir').removeClass('required');
  130. }else{
  131. $('#module_url').hide();
  132. $('#type').val('0');
  133. $('#catdir').addClass('required');
  134. }
  135. showtemplist(m,0);
  136. $("#listtype").removeAttr("checked");
  137. }
  138. function templatetype(){
  139. var moduleid = $('#moduleid').val();
  140. if($("#listtype").attr('checked')=='checked'){
  141. showtemplist(moduleid,1);
  142. }else{
  143. showtemplist(moduleid,0);
  144. }
  145. }
  146. new Tabs("#tabs",".title ul li",".content_2",".tabbox","on",1);
  147. function urlrule(m){
  148. if(m==1){
  149. $('#urlrule').show();
  150. }else{
  151. $('#urlrule').hide();
  152. }
  153. }
  154. urlrule({$vo['ishtml']});
  155. <if condition="!empty($_GET['type'])">
  156. $('#moduleid').val(0);
  157. changetemplate(0);
  158. </if>
  159. </script>