Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1387 → Rev 1393

/asterisk-stats/trunk/template/telbook_category_details.tpl
File deleted
Property changes:
Deleted: svn:mergeinfo
/asterisk-stats/trunk/template/telbook_list_end.tpl
1,8 → 1,9
<p><a href="telbook_details.php">New person</a></p>
<p><a href="telbook_categories_list.php">Categories</a></p>
<p><a href="telbook_export_list.php">Export Targets</a></p>
 
<p>Export into format:
<ul>
<li><a href="telbook_export.php?type=panasonic">Panasonik</a></li>
<li><a href="telbook_export.php?type=panasonic">Panasonic</a></li>
</ul>
 
/asterisk-stats/trunk/template/telbook_export_list_end.tpl
0,0 → 1,3
<p><a href="telbook_export_details.php?edit=">New export target</a></p>
<p><a href="telbook_list.php">Back to tel. book</a></p>
 
/asterisk-stats/trunk/template/telbook_category_details_end.tpl
0,0 → 1,12
</td>
</tr>
<tr class="buttons">
<td colspan=2>
<input type=reset name="reset" value="Reset">
<input type=submit name=update value="Update">
<input type=submit name=delete value="Delete">
</td>
</tr>
</table>
</form>
 
/asterisk-stats/trunk/template/telbook_export_details.tpl
0,0 → 1,21
<form method="POST" action="telbook_export_update.php">
<input type=hidden name=id value="${EXPORT_ID}">
<table class="telbook edit">
<tr>
<th>Name</th>
<td><input type=text name=export_name value="${EXPORT_NAME}"></td>
</tr>
<tr>
<th>Comment</th>
<td><textarea name=export_comment>${EXPORT_COMMENT}</textarea></td>
</tr>
<tr class="buttons">
<td colspan=2>
<input type=reset name="reset" value="Reset">
<input type=submit name=update value="Update">
<input type=submit name=delete value="Delete">
</td>
</tr>
</table>
</form>
 
/asterisk-stats/trunk/template/telbook_category_details_begin.tpl
0,0 → 1,13
<form method="POST" action="telbook_categories_update.php">
<input type=hidden name=id value="${CATEGORY_ID}">
<table class="telbook edit">
<tr>
<th>Name</th>
<td><input type=text name=category_name value="${CATEGORY_NAME}"></td>
</tr>
<tr>
<th>Comment</th>
<td><textarea name=category_comment>${CATEGORY_COMMENT}</textarea></td>
</tr>
<tr>
<td colspan=2>