|
|
@@ -28,23 +28,19 @@
|
|
|
</head>
|
|
|
<body id="Default">
|
|
|
<form id="form1" runat="server">
|
|
|
- <div id="header_index">
|
|
|
- <img id="logo" src="images/bandeau-fiche-college.png" alt="Logo du CG67"></img>
|
|
|
-
|
|
|
- </div>
|
|
|
- <div id="blank"><h3 id="Default">Veuillez sélectionner un établissement</h3></div>
|
|
|
- <div id="conteneur">
|
|
|
+ <div id="header_index">
|
|
|
+ <img id="logo" src="images/bandeau-fiche-college.png" alt="Logo du CD67"></img>
|
|
|
+ </div>
|
|
|
+ <div id="blank"><h3>Veuillez sélectionner un établissement</h3></div>
|
|
|
+
|
|
|
<asp:DropDownList ID="ddlChoixCollege" runat="server" DataSourceID="ObjectDataSource1" DataTextField="NomCollegePourPresentation" DataValueField="CodeRNE">
|
|
|
</asp:DropDownList><asp:ObjectDataSource ID="ObjectDataSource1" runat="server" OldValuesParameterFormatString="original_{0}"
|
|
|
SelectMethod="GetAllEtablissement" TypeName="CG67.FicheCollege.Service.ServiceFiche">
|
|
|
</asp:ObjectDataSource>
|
|
|
<br />
|
|
|
|
|
|
- <br />
|
|
|
-
|
|
|
+ <br />
|
|
|
<asp:Button ID="btnGeneration" runat="server" OnClick="Button1Click" Text="Générer la fiche" />
|
|
|
- </div>
|
|
|
-
|
|
|
</form>
|
|
|
</body>
|
|
|
</html>
|