config.tpl

来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 60 行

TPL
60
字号
<!-- BEGIN header -->
<form method="POST" action="{action_url}">
<table border="0" align="center">
   <tr bgcolor="{th_bg}">
	   <td colspan="2" align="center"><font color="{th_text}"><b>{title}</b></font></td>
   </tr>
<!-- END header -->

<!-- BEGIN body -->
   <tr bgcolor="{row_off}">
    <td colspan="2"><b>{lang_accounting}&nbsp;{lang_settings}</b></td>
   </tr>
	<tr bgcolor="{row_off}">
		<td>{lang_hours_of_work_day}:</td>
		<td><input type="text" name="newsettings[hwday]" value="{value_hwday}" size="3" maxlength="2">&nbsp;[hh]</td>
	</tr>
	<tr bgcolor="{row_off}">
		<td>{lang_project_accounting}:</td>
		<td>
			<select name="newsettings[accounting]">
				<option value="own"{selected_accounting_own}>{lang_definition_per_project}</option>
				<option value="activity"{selected_accounting_activity}>{lang_use_activities}</option>
			</select>
		</td>
	</tr>
	<tr bgcolor="{row_off}">
		<td colspan="2">{lang_if_using_activities}:</td>
	</tr>
	<tr bgcolor="{row_off}">
		<td>{lang_Invoicing_of_work_time}:</td>
		<td>
			<select name="newsettings[activity_bill]">
				<option value="h"{selected_activity_bill_h}>{lang_Exact_accounting_[hh.mm]}</option>
				<option value="wu"{selected_activity_bill_wu}>{lang_per_workunit}</option>
			</select>
		</td>
	</tr>
   <tr bgcolor="{row_on}">
    <td colspan="2"><b>{lang_project_dependencies}</b></td>
   </tr>
	<tr bgcolor="{row_on}">
		<td>{lang_move_start_date_if_pervious_projects_end_date_changes}:</td>
		<td>
			<select name="newsettings[dateprevious]">
				<option value="no"{selected_dateprevious_no}>{lang_no}</option>
				<option value="yes"{selected_dateprevious_yes}>{lang_yes}</option>
			</select>
		</td>
	</tr>

<!-- END body -->
<!-- BEGIN footer -->
  <tr height="50" valign="bottom">
    <td><input type="submit" name="submit" value="{lang_submit}"></td>
	<td align="right"><input type="submit" name="cancel" value="{lang_cancel}"></td>
  </tr>
</table>
</form>
<!-- END footer -->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?