phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: property/templates/default form_investment.tpl,N


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default form_investment.tpl,NONE,1.1 investment_value_history.tpl,NONE,1.1 list_investment_value.tpl,NONE,1.1
Date: Mon, 30 Sep 2002 12:28:49 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv7965/templates/default

Added Files:
        form_investment.tpl investment_value_history.tpl 
        list_investment_value.tpl 
Log Message:
no message

--- NEW FILE ---
<script language="JavaScript">
        var calDateFormat='{dateformat}';
</script>
<SCRIPT LANGUAGE="JavaScript" SRC="./inc/calendar.js"></SCRIPT>
<script language="JavaScript">
        self.name="first_Window";
        function equipment()
        {
                
Window1=window.open('{equipment_link}',"Search","width=800,height=700,toolbar=no,scrollbars=yes,resizable=yes");
        }
        function locations()
        {
                
Window1=window.open('{location_link}',"Search","width=800,height=700,toolbar=no,scrollbars=yes,resizable=yes");
        }

</script>

<center>
{message}
<p><b>&nbsp;&nbsp;&nbsp;{lang_action}</b><br>
<hr noshade width="98%" align="center" size="1">
<table border="0" width="80%" cellpadding="2" cellspacing="2">
<form method="POST" name="addform" action="{actionurl}">
        <tr>
                <td><input type="button" value="{lang_location}" 
onClick="locations();"></td>
                <td><input type="text" name="location_code" size="16" value="" 
readonly>&nbsp;</td>
        </tr>   
                <td><input type="button" value="{lang_equipment}" 
onClick="equipment();"></td>
                <td><input type="text" name="equipment_id" size="16" value="" 
readonly>&nbsp;</td>
        <tr>
                <td>{lang_writeoff_year}</td>
                <td><select name ="writeoff_year">{writeoff_year_list}</select>
                {lang_new}<input type="text" name="writeoff_year_new" size="2" 
value="">&nbsp;
                <input type="hidden" name="equipment_type" size="4" value="" 
readonly></td>
                <input type="hidden" name="type" size="4" value="">
        </tr>
        <tr>
                <td>{lang_descr}</td>
                <td><input type="text" name="descr" size="25" value="" 
size="12" ></td>
        </tr>
        <tr>
                <td>{lang_initial_value}:</td>
                <td><input type="text" name="first_value" value=""></td>
        </tr>           
        <tr>
                <td></td>
                <td><input type="text" name="initial_date" value="{new_date}" 
size="12" readonly >
                <A HREF="javascript:doNothing()" 
onClick="setDateField(document.addform.initial_date);top.newWin = 
window.open('./inc/calendar.html','cal','dependent=yes,width=210,height=230,screenX=200,screenY=300,titlebar=yes')">
                <IMG SRC="./templates/default/images/calendar.gif" 
BORDER=0></A><font size=1>{lang_popup_calendar}</font>
                </td>
        </tr>
        <tr>    
                <td></td>
                <td><input type="submit" name="submit" value="{lang_add}">
        
{hidden_vars}
</form>
        <form method="POST"  action="{doneurl}">
                <input type="submit" name="done" value="{lang_done}"></td>
        
        </tr>
</table>
</center>

***** Error reading new file: [Errno 2] No such file or directory: 
'investment_value_history.tpl'
***** Error reading new file: [Errno 2] No such file or directory: 
'list_investment_value.tpl'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]