1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
<%@ page language="java" pageEncoding="ISO-8859-1"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template" prefix="template" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<html:base />
<title>budget.jsp</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<SCRIPT language="javascript" type="text/javascript">function set(target) {document.modification1Form.operation.value=target;}</SCRIPT>
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:346px;
top:171px;
width:395px;
height:97px;
z-index:1;
background-color: #D04A24;
}
.Style1 {
font-size: 24px;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
}
#Layer2 {
position:absolute;
left:199px;
top:282px;
width:950px;
height:446px;
z-index:2;
}
.Style2 {
font-size: 24px;
font-weight: bold;
}
.Style3 {
font-size: 18px;
font-weight: bold;
}
.Style5 {font-size: 18px; font-weight: bold; color: #CC0000; }
.Style6 {color: #CC0000}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>
<body>
<html:form action="/modification1">
<html:hidden property="operation" value="save"/>
<div id="Layer1" style="top: 108px; left: 366px; height: 70px; width: 389px;">
<div align="center">
<p><font size="5"><strong><br>Modification du budget Etude </strong></font></p>
</div>
</div>
<div id="Layer2" style="top: 231px; left: 121px; height: 416px;">
<blockquote>
<p> </p>
<form name="form1">
<div align="center">
annee : <html:select property="annee" onchange="set('lire');submit();">
<html:option value ="2007">2007</html:option>
<html:option value ="2008">2008</html:option>
<html:option value ="2009">2009</html:option>
<html:option value ="2010">2010</html:option>
</html:select>
<html:errors property="annee"/><br/>
<br/><br/>
<br>
<html:submit onclick="set('save')">SAVE</html:submit>
</div>
</form>
<p> </p>
<logic:notEmpty name="modification1Form" property="financeList">
<table border="4" cellpadding="4" cellspacing="2" style="left: 20px; width: 1000px; top: 180px; height: 170px;" >
<tr bgcolor="#993300">
<th width="10" bgcolor="#333366" scope="col"><p>Budget</p>
<p>(MDH)</p></th>
<th width="8" scope="col">Jav</th>
<th width="8" scope="col">Fev</th>
<th width="8" scope="col">Mars</th>
<th width="8" scope="col">Avril</th>
<th width="8" scope="col">Mai</th>
<th width="8" scope="col">Juin</th>
<th width="8" scope="col">Juil</th>
<th width="8" scope="col">Aout</th>
<th width="8" scope="col">Sept</th>
<th width="8" scope="col">Oct</th>
<th width="8" scope="col">Nov</th>
<th width="8" scope="col">Déc</th>
</tr>
<tr>
<nested:iterate property="financeList">
<th height="65" bgcolor="#333366" scope="row"><nested:write property="type"/></th>
<td width="8"/><nested:text size="5" property="jav" />
<td width="8"/><nested:text size="5" property="fev" />
<td width="8"/><nested:text size="5" property="mars" />
<td width="8"/><nested:text size="5" property="avril" />
<td width="8"/><nested:text size="5" property="mai" />
<td width="8"/><nested:text size="5" property="juin" />
<td width="8"/><nested:text size="5" property="juil" />
<td width="8"/><nested:text size="5" property="aout" />
<td width="8"/><nested:text size="5" property="sep" />
<td width="8"/><nested:text size="5" property="oct" />
<td width="8"/><nested:text size="5" property="nov" />
<td width="8"/><nested:text size="5" property="dec" />
</tr>
<tr>
</nested:iterate>
</logic:notEmpty>
</table>
<p></p>
</blockquote><div><br><br><div><input type="button" value="Precedent" name="button3" onclick="location.replace('budget.jsp')"></div><div>
</div></div><div></div></div>
<div align="center"><img src="./img/wali.gif" alt="h" width="1192" height="784"> </div>
</html:form>
</body>
</html:html> |