Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv30294
Added Files:
current_location.html tool_bar.html
Log Message:
these are basically stubs for the tool_bar/current_location split
in browse
--- NEW FILE ---
<tr>
<td align="left" valign="middle">
<table border="0">
<tr>
Current location: <TMPL_VAR NAME=CURRENT_LOCATION>
</td>
</tr>
</table>
</form>
</td>
</tr>
--- NEW FILE ---
<form method="get" submit="<TMPL_VAR NAME=PROGNAME>" name="browse">
<input type="hidden" name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" />
<input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>" />
<input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" />
<tr>
<td width="100%" align="center" valign="center">
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<tr>
<td width="100%" align="center" colspan="3">
<input type="submit" name="action_file" value="create_file" accesskey="i" />
<input type="submit" name="action_file" value="create_folder" accesskey="o" />
<input type="submit" name="action_file" value="delete" accesskey="d" />
<input type="submit" name="action_file" value="rename" accesskey="r" />
<input type="submit" name="action_file" value="upload" accesskey="u" />
</td>
</tr>
<tr>
<td width="25%" align="center">
<br />
</td>
<td width="50%" align="center" valign="center" bgcolor="#CCCCCC">
<select name="vcs_command">
<option selected>VCS Command</option>
<TMPL_LOOP NAME="VCS_CMD_LOOP">
<option><TMPL_VAR NAME="VCS_CMD"></option>
</TMPL_LOOP>
</select>
   
<input type="submit" name="action" value="browse_vcs" />
</td>
<td width="25%" align="center">
<br />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%">
<br />
</td>
</tr>
|