Example #1
0
			<td><input type="text" name="allowmessage" class="input" id="allowmessage" size="8" value="{$data.allowmessage}"></td>
		</tr>
		<tr>
			<th width="80">日最大投稿数</th> 
			<td><input type="text" name="allowpostnum" class="input" id="allowpostnum" size="8" value="{$data.allowpostnum}"> 0为不限制</td>
		</tr>
		<tr>
			<th width="80">用户名颜色</th> 
			<td><span class="color_pick J_color_pick"><em style="background:{$data.usernamecolor};" class="J_bg"></em></span> 
            <input type="text" name="usernamecolor" class="input J_hidden_color" id="usernamecolor" size="8" value="{$data.usernamecolor}">
            </td>
		</tr>
		<tr>
			<th width="80">用户组图标</th> 
			<td><?php 
echo Form::images("icon", "icon", $data['icon'], "Member");
?>
</td>
		</tr>
		<tr>
			<th width="80">简洁描述</th> 
			<td><input type="text" name="description" class="input" size="60" value="{$data.description}"></td>
		</tr>
	</table>
  </div>
  <div class="">
      <div class="btn_wrap_pd">             
        <button class="btn btn_submit mr10 J_ajax_submit_btn" type="submit">提交</button>
        <input name="groupid" type="hidden" value="{$data.groupid}"/>
      </div>
    </div>
Example #2
0
echo L('copyfrom_name');
?>
 :</th>
        <td><input type="text" name="info[sitename]" id="sitename" size="25"></td>
      </tr>
      <tr>
        <th><?php 
echo L('copyfrom_url');
?>
 :</th>
        <td><input type="text" name="info[siteurl]" id="siteurl" size="25"></td>
      </tr>
      <tr>
        <th><?php 
echo L('copyfrom_logo');
?>
 :</th>
        <td><?php 
echo Form::images('info[thumb]', 'thumb', '', 'admin');
?>
</td>
      </tr>
      <input type="submit" name="dosubmit" id="dosubmit" class="dialog"
				value=" <?php 
echo L('submit');
?>
 ">
    </table>
  </form>
</div>
</body></html>
Example #3
0
			<td><input type="text" name="allowmessage" class="input" id="allowmessage" size="8" value=""></td>
		</tr>
		<tr>
			<th width="80">日最大投稿数</th> 
			<td><input type="text" name="allowpostnum" class="input" id="allowpostnum" size="8" value=""> 0为不限制</td>
		</tr>
		<tr>
			<th width="80">用户名颜色</th> 
			<td><span class="color_pick J_color_pick"><em style="background:;" class="J_bg"></em></span> 
            <input type="text" name="usernamecolor" class="input J_hidden_color" id="usernamecolor" size="8" value="">
            </td>
		</tr>
		<tr>
			<th width="80">用户组图标</th> 
			<td><?php 
echo Form::images("icon", "icon", "", "Member");
?>
</td>
		</tr>
		<tr>
			<th width="80">简洁描述</th> 
			<td><input type="text" name="description" class="input" size="60" value=""></td>
		</tr>
	</table>
  </div>
  <div class="">
      <div class="btn_wrap_pd">             
        <button class="btn btn_submit mr10 J_ajax_submit_btn" type="submit">提交</button>
      </div>
    </div>
  </form>
Example #4
0
?>
:</th>
						<td><input type="text" name="info[catname]" id="catname"
							class="input-text" value="<?php 
echo $catname;
?>
"></td>
					</tr>

					<tr>
						<th><?php 
echo L('catgory_img');
?>
:</th>
						<td><?php 
echo Form::images('info[image]', 'image', $image, 'content');
?>
</td>
					</tr>
					<tr>
						<th><?php 
echo L('link_url');
?>
:</th>
						<td><input type="text" name="info[url]" id="url" size="50"
							class="input-text" value="<?php 
echo $url;
?>
"></td>
					</tr>
				</table>
Example #5
0
:</th>
		<td><?php 
    echo Form::images('link[logo]', 'logo', $info['logo'], 'link');
    ?>
</td>
	</tr>
	<?php 
} else {
    ?>
	<tr id="logolink" style="display: none;">
		<th width="100"><?php 
    echo L('logo');
    ?>
:</th>
		<td><?php 
    echo Form::images('link[logo]', 'logo', $info['logo'], 'link');
    ?>
</td>
	</tr>
	<?php 
}
?>

	<tr>
		<th width="100"><?php 
echo L('username');
?>
:</th>
		<td><input type="text" name="link[username]" id="link_username"
			size="30" class="input-text" value="<?php 
echo $username;
Example #6
0
	<tr>
		<th width="100"><?php 
echo L('url');
?>
:</th>
		<td><input type="text" name="link[url]" id="link_url"
			size="30" class="input-text"></td>
	</tr>

	<tr id="logolink">
		<th width="100"><?php 
echo L('logo');
?>
:</th>
		<td><?php 
echo Form::images('link[logo]', 'logo', '', 'link');
?>
</td>
	</tr>

	<tr>
		<th width="100"><?php 
echo L('username');
?>
:</th>
		<td><input type="text" name="link[username]" id="link_username"
			size="30" class="input-text"></td>
	</tr>


	<tr>
Example #7
0
							<th><?php 
echo L('special_banner');
?>
:</th>
							<td><?php 
echo Form::images('special[banner]', 'banner', '', 'special', '', 40);
?>
</td>
						</tr>
						<tr>
							<th><?php 
echo L('sepcial_thumb');
?>
:</th>
							<td><?php 
echo Form::images('special[thumb]', 'thumb', '', 'special', '', 40, '', '', '', array(350, 350));
?>
</td>
						</tr>
						<tr>
							<th><?php 
echo L('special_intro');
?>
:</th>
							<td><textarea name="special[description]" id="description"
									cols="50" rows="6"></textarea></td>
						</tr>
						<tr>
							<th align="right" valign="top"><?php 
echo L('ishtml');
?>
    echo $cat['catdir'];
    ?>
' style='width: 250px'></td>
	<?php 
}
?>
	 </tr>
					<tr>
	 <?php 
foreach ($batch_array as $catid => $cat) {
    ?>
		<td><b><?php 
    echo L('catgory_img');
    ?>
:</b><br><?php 
    echo Form::images('info[' . $catid . '][image]', 'image' . $catid, $cat['image'], 'content', '', 23);
    ?>
</td>
	<?php 
}
?>
	 </tr>
					<tr>
	 <?php 
foreach ($batch_array as $catid => $cat) {
    ?>
		<td><b><?php 
    echo L('description');
    ?>
:</b><br>
						<textarea name="info[<?php 
Example #9
0
          <td><input type="text" name="url" value="{$url}" class="input" id="url" size="30" style=" width:300px;"></td>
        </tr>
        <tr>
          <th>所属分类</th>
          <td>
          <select name="termsid">
            <option value="">==分类选择==</option>
            <volist name="Terms" id="vo">
            <option value="{$vo.id}" <if condition=" $vo[id] == $termsid "> selected</if>>{$vo.name}</option>
            </volist>
          </select> 创建新分类:<input type="text" name="terms[name]" value="" class="input" size="30"></td>
        </tr>
        <tr>
          <th>Logo</th>
          <td><?php 
echo Form::images('image', 'image', $image, 'links');
?>
</td>
        </tr>
        <tr>
          <th>打开方式</th>
          <td>
          <select name="target">
            <option value="_self" <if condition=" $target == '_self' "> selected</if>>默认打开方式</option>
            <option value="_blank" <if condition=" $target == '_blank' "> selected</if>>新窗口打开</option>
          </select></td>
        </tr>
        <tr>
          <th>链接是否可见</th>
          <td>
          <select name="visible">
Example #10
0
echo L('posid_title');
?>
</td>
					<td><input type="text" name="info[title]" class="input-text"
						value="<?php 
echo $title;
?>
" id="title" size="40"></input></td>
				</tr>
				<tr>
					<td><?php 
echo L('posid_thumb');
?>
</td>
					<td><?php 
echo Form::images('info[thumb]', 'thumb', $thumb, 'content');
?>
 </td>
				</tr>
				<tr>
					<td><?php 
echo L('posid_inputtime');
?>
</td>
					<td><?php 
echo Form::date('info[inputtime]', date('Y-m-d h:i:s', $inputtime), 1);
?>
</td>
				</tr>

				<tr>
Example #11
0
  <div class="h_a">信息管理</div>
  <form name="myform" action="{:U("item_manage")}" method="post" class="J_ajaxForm">
    <input type="hidden" name="posid" value="{$posid}"/>
    <input type="hidden" name="modelid" value="{$modelid}"/>
    <input type="hidden" name="id" value="{$id}"/>
    <div class="table_full"  style="overflow-x:hidden;">
    <table width="100%" class="table_form">
        <tr>
          <th  width="110">推荐位标题</th>
          <td><input type="text" name="data[title]" class="input" value="{$data['title']}" id="title" size="40">
            </input></td>
        </tr>
        <tr>
          <th>推荐位图片</th>
          <td><?php 
echo \Form::images('thumb', 'thumb', $data['thumb'], 'content');
?>
</td>
        </tr>
        <tr>
          <th>推荐时间</th>
          <td><?php 
echo \Form::date('data[inputtime]', date('Y-m-d H:i:s', $data['inputtime']), 1);
?>
</td>
        </tr>
        <tr>
          <th>描述</th>
          <td><textarea name="data[description]" rows="2" cols="20" id="description" class="inputtext" style="height:200px;width:100%;">{$data['description']}</textarea></td>
        </tr>
        <tr>