Edit C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache\IE\XU1ZLGII\edit_field[1].htm
<html> <head> <title></title> <link rel="stylesheet" type="text/css" href="/galaxie/css/common_css.jsp"> <link rel="stylesheet" type="text/css" href="/galaxie/css/master_css.jsp"> <script type="text/javascript" language="javascript" src="/galaxie/js/master_js.jsp"></script> <script type="text/javascript" language="javascript" src="/galaxie/js/ajax/sarissa.js"></script> <script type="text/javascript" language="javascript" src="/galaxie/js/ajax/ajax.js"></script> <script type="text/javascript" language="javascript" src="/galaxie/js/ac/fobAC_js.jsp"></script> <script type="text/javascript" language="javascript" src="/galaxie/js/presentField.js"></script> <script type="text/javascript" language="javascript" src="/galaxie/js/checkFields.jsp"></script> <script type="text/javascript" language="javascript" src="/galaxie/js/utils.js"></script> <script type="text/javascript" language="javascript"> var type = "0"; function doSubmit() { var f = window.document.forms[0]; if (!f.FldSql.value || f.FldSql.value == 'Ent') { alert('Veuillez saisir le nom SQL du champ.'); f.FldSql.focus(); return false; } else if (f.FldSql.value.substring(0, 3) != 'Ent' ) { alert('Le nom SQL du champ doit commencer par le radical de la table. : Ent'); f.FldSql.focus(); return false; } if (f.FldTabID.value && f.FldFobID.value) { alert('Un champ ne peut pas être contraint par un objet et par un table de référence.'); return false; } if (f.FldFobID.value && f.FldDelPolicy.selectedIndex == 0) { alert('Veuillez choisir une politique de suppression pour le lien objet.'); f.FldDelPolicy.focus(); return false; } if (f.FldTabID.value != '' && f.FldControl.value == '') { alert('Vous devez sélectionner une colonne de contrôle si le champ est contraint par table de référence.'); f.FldControl.focus(); return false; } return true; } function doSelectLabel(field) { window.open('/galaxie/select_label.fl?1=1&field=' + field, 'select_label', 'width=1000,height=500,menubar=no,status=no,resizable=yes'); } function doRemoveLabel(field){ var f = window.document.forms[0]; f.lblFldDisplayLabel.value=''; f.FldDisplayLabel.value = ''; } function create() { var f = document.forms[0]; f.$$returnedHtmlHead.value = '<scr' + 'ipt language="javascript" type="text/javascript">window.opener.refreshList();self.close();</scr'+ 'ipt>'; submit(); } function createAndContinue() { var head = document.getElementById("$$returnedHtmlHead"); var parent = head.parentNode; parent.removeChild(head); var body = document.getElementById("$$returnedHtmlBody"); parent = body.parentNode; parent.removeChild(body); document.forms[0].reset.value = "1"; submit(); } function closeWindow() { window.opener.doSubmit(); window.top.close(); } </script> </head> <body> <div id="object_css" style="top:0px; left: 0px; height:100%;"> <form action="/galaxie/save_field.fl?" id="Field_form" method="POST" name="Field_form" > <input type="hidden" name="id" value=""> <input type="hidden" name="type" value="Field"> <input type="hidden" name="$$presentFields" value=""> <input type="hidden" id="$$multivalSeparator" name="$$multivalSeparator" value="|"> <input id="$$returnedHtmlHead" name="$$returnedHtmlHead" type="hidden" value=""/> <input id="$$returnedHtmlBody" name="$$returnedHtmlBody" type="hidden" value="Closing..."/> <input type="hidden" name="reset" id="reset" value=""/> <input type="hidden" name="FldObjID" id="FldObjID" value="00012d00000054ed"/> <!-- BigTabsParams values --> <input type="hidden" name="criteria.title" value=""> <input type="hidden" name="obj.title" value=""> <input type="hidden" name="code" value=""> <input type="hidden" name="lc" value=""> <input type="hidden" name="sc" value=""> <input type="hidden" name="cu" value=""> <input type="hidden" name="ou" value="/edit_field.fl"> <input type="hidden" name="$$OrderBy" value=""> <input type="hidden" name="$$ReverseOrderBy" value=""> <input type="hidden" name="$$idx" value=""> <input type="hidden" name="$$nb" value=""> <input type="hidden" name="$$preview" value=""> <input type="hidden" name="selectedTab" value=""> <input type="hidden" name="doList" value=""> <input type="hidden" name="ignoreCriteria" value=""> <input type="hidden" name="SfwID" value=""> <input type="hidden" name="nameGridJs" value=""> <input type="hidden" name="olToken" value=""> <input type="hidden" name="au" value=""> <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0"> <tr style="height: 43px;"> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> <td width="98%" valign="top" colspan="3"> </script> <script language="javascript"> function null_gotoTab1() { var urlT1 = "/galaxie/list_criteria.fl?&obj.title=Cr%26amp%3Beacute%3Bation+d%27un+champ&ou=%2Fedit_field.fl&selectedTab=0&doList=1"; try { urlT1 += "&null_$$idx=" + null_page; } catch (error) { urlT1 += ""; } try { if (myGrid_null) { if (myGrid_null.getSortProperty("index") != -1 && myGrid_null.getSortProperty("direction") != "none") { urlT1 += "&null_"; urlT1 += ( myGrid_null.getSortProperty("direction") == "descending" ? "$$ReverseOrderBy=" : "$$OrderBy=" ); urlT1 += myGrid_null.getSortProperty("index"); } } } catch (error) { } $(".ongletgris a").attr("href",urlT1); } if (typeof $ != 'undefined') { $(document).ready(function(){ null_gotoTab1(); }); } function previousInObjectList() { saveObjectBeforeLeaving('null', 'null'); } function nextInObjectList() { saveObjectBeforeLeaving('null', 'null'); } function saveObjectBeforeLeaving(urlToCall, nextID) { // If we're editing, then check to see if the user has changed the page (only in edit/creation) var windowHref = window.location.href; if (windowHref.indexOf('?') >= 0) { windowHref = windowHref.substring(0, windowHref.indexOf('?')); } if ((windowHref.indexOf('edit') >= 0 || windowHref.indexOf('create') >= 0) && testForExitChanges) { doExitConf = false; testForExitChanges(); if (doExitConf) { var conf = confirm('Voulez vous sauver vos changements?'); doExitConf = false; if (conf) { try { var formID = $(':input[name="type"]').val() + '_form'; $('#' + formID).attr('action','/galaxie/save_object_iteration_ajax.fl?nextID=' + nextID); submit(); } catch (exception) { alert('Could not find form input \'type\': ' + exception); } return; } } } window.location = urlToCall; } </script> <table id="BTabs" class="container" cellpadding="0"> <tr> <td style="text-align: right; width: 15px"><img src="/galaxie/icons/nav/principal_onglet/ong_blanc_pos_1.gif" style="width: 15px; height: 43px"></td> <td class="ongletblanc"> Création d'un champ </td> <td class="actif-fin"> <td class="tabRightSpace" style="width: 90%; text-align: right; background: transparent url(/galaxie/icons/nav/principal_onglet/fd_cell.gif)"> </td> <td class="finTab" > </td> </tr> </table> </td> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> </tr> <tr style="height: 100%;"> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> <td width="15" background="/galaxie/icons/nav/principal_cadre/fd_cell_g.gif"><img src="/galaxie/icons/spacer.gif" width="15" height="42"></td> <td width="98%" valign="top" id="content"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr style="height: 100%;"> <td id="content_cell"> <table class="container" cellpadding="0"> <tr> <td class="column3"> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td id="FldSql_label" class="dataLabel"><div><label for="FldSql" title="Nom SQL">Nom SQL</label></div></td> <td id="FldSql_value" class="dataValue"><div class="input text mandatory"><input type="hidden" name="mandatory" value="FldSql"><input type="hidden" id="mandatory.FldSql" name="mandatory.FldSql" value="Veuillez saisir le nom SQL du champ."><input id="FldSql" name="FldSql" type="text" value="Ent" maxlength="100" class="input text chpsTextObligatoire" onchange="unicity('FldSql', this.value, 'Field', this.form.id.value, 'Le nom SQL d\'un champ doit être unique.', '','Ent');"><span id="FldSql_msg" class="mandatory_alert" style="display: none">!</span></div></td> </tr> <tr class="fieldline"> <td id="FldDisplay_label" class="dataLabel"><div><label for="FldDisplay" title="Nom">Nom</label></div></td> <td id="FldDisplay_value" class="dataValue"><div class="input text"><input id="FldDisplay" name="FldDisplay" type="text" value="" maxlength="100" class="input text"></div></td> </tr> <tr class="fieldline"> <td class="dataLabel"><label for="selectFldDisplayLabel">Nom affiché</label></td> <td class="dataValue"> <div class="input fieldTable"> <table class="fieldTable" cellpadding="0"> <td class="principalText bigFieldPart"> <div class="fobLeftDiv"> <input name="lblFldDisplayLabel" id="lblFldDisplayLabel" type="text" value="" class="input fob" onFocus="this.blur();"> <input name="FldDisplayLabel" id="FldDisplayLabel" type="hidden" value=""> </div> </td> <td class="smallFieldPart"> <a id="selectFldDisplayLabel" href="javascript:doSelectLabel('FldDisplayLabel')"><img src="/galaxie/icons/ico/rechercher.gif" alt="" border="0"></a> <a href="javascript:doRemoveLabel('FldDisplayLabel')"><img src="/galaxie/icons/ico/supprimer.gif" alt="" border="0"></a> </td> </table> </div> </td> </tr> <tr class="fieldline"> <td id="FldNum_label" class="dataLabel"><div><label for="FldNum" title="Ordre">Ordre</label></div></td> <td id="FldNum_value" class="dataValue"><div class="input"><input id="FldNum" name="FldNum" type="text" value="2 910" class="input number" style="text-align: right" onblur="ctrlNumField(this, 'integer', 'Format incorrect. Veuillez corriger');"></div></td> </tr> <tr class="fieldline"> <td id="FldStd_label" class="dataLabel"><div><label for="FldStd" title="Standard">Standard</label></div></td> <td id="FldStd_value" class="dataValue"><div class="input"><input id="FldStd" name="FldStd" type="checkbox" value="true" class="checkbox"></div></td> </tr> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column3"> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td id="FldFltID_label" class="dataLabel"><div><label for="FldFltID" title="Type">Type</label></div></td> <td id="FldFltID_value" class="dataValue"><div class="input select mandatory"><input type="hidden" name="mandatory" value="FldFltID"><input type="hidden" id="mandatory.FldFltID" name="mandatory.FldFltID" value="Veuillez choisir un type de données"><select id="FldFltID" name="FldFltID" class="input select chpsTextObligatoire"><option value=""></option><option value="00012d0000001007">Texte</option><option value="00012d000000100a">Byte</option><option value="00012d000000100d">Byte[]</option><option value="00012d0000001010">Date</option><option value="00012d0000001013">Double</option><option value="00012d0000001016">Flottant</option><option value="00012d0000001019">Entier</option><option value="00012d000000101c">Long (entier)</option><option value="00012d000000101f">Court (entier)</option><option value="00012d0000001022">Booléen</option><option value="00012d0000001025">Time</option><option value="00012d0000001028">Timestamp</option></select><span id="FldFltID_msg" class="mandatory_alert" style="display: none">!</span></div></td> </tr> <tr class="fieldline"> <td id="FldSize_label" class="dataLabel"><div><label for="FldSize" title="Taille">Taille</label></div></td> <td id="FldSize_value" class="dataValue"><div class="input"><input id="FldSize" name="FldSize" type="text" value="" class="input number" style="text-align: right" onblur="ctrlNumField(this, 'integer', 'Format incorrect. Veuillez corriger');"></div></td> </tr> <tr class="fieldline"> <td id="FldTabID_label" class="dataLabel"><div><label for="FldTabID" title="Table de référence">Table de référence</label></div></td> <td id="FldTabID_value" class="dataValue"><div class="input fieldTable"><table class="fieldTable" cellpadding="0" cellspacing="0"><tr valign="top"><td class="principalText bigFieldPart"><div class="fobLeftDiv"><input id="FldTabID" name="FldTabID" type="hidden" class="input" value=""><input id="lblFldTabID" name="lblFldTabID" type="text" value="" autocomplete="off" onfocus="displayOnFocus(this);acResizeDisplayDiv(this);" class="input fob"></div></td><td class="smallFieldPart"><span id="FldTabID_icons"><a href="javascript:var win = window.open('/galaxie/select.fl?type=Tables&field=FldTabID&formIndex=0', 'SelectActor', 'menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=800,height=400')"><img src="/galaxie/icons/ico/rechercher.gif" class="icon" alt="Sélectionner" title="Sélectionner"></a> <a class="fob" href="javascript:var f = window.document.forms[0];f.FldTabID.value = ''; if (f.lblFldTabID) f.lblFldTabID.value = ''; acLastCompleteValues['lblFldTabID'] = '';acLastCompleteValues['FldTabID'] = ''; void('')"><img src="/galaxie/icons/ico/supprimer.gif" class="icon" alt="Vider le champ" title="Vider le champ"></a></span><script language="javascript">runOnTime("installFobAC(document.forms[0].lblFldTabID);", 1000);</script></td></tr></table></div></td> </tr> <tr class="fieldline"> <td class="dataLabel"><div><label for="FldControl" title="Colonne de contrôle">Colonne de contrôle</label></div></td> <td class="dataValue"> <div class="input select"> <select id="FldControl" name="FldControl" class="input select"> <option value=""></option> <option value="Te1" >Te1</option> <option value="Te2" >Te2</option> <option value="Te3" >Te3</option> <option value="Nu1" >Nu1</option> <option value="Nu2" >Nu2</option> <option value="Nu3" >Nu3</option> <option value="Da1" >Da1</option> <option value="Da2" >Da2</option> <option value="Da3" >Da3</option> </select> </div> </td> </tr> <tr class="fieldline"> <td id="FldFobID_label" class="dataLabel"><div><label for="FldFobID" title="Lien objet">Lien objet</label></div></td> <td id="FldFobID_value" class="dataValue"><div class="input fieldTable"><table class="fieldTable" cellpadding="0" cellspacing="0"><tr valign="top"><td class="principalText bigFieldPart"><div class="fobLeftDiv"><input id="FldFobID" name="FldFobID" type="hidden" class="input" value=""><input id="lblFldFobID" name="lblFldFobID" type="text" value="" autocomplete="off" onfocus="displayOnFocus(this);acResizeDisplayDiv(this);" class="input fob"></div></td><td class="smallFieldPart"><span id="FldFobID_icons"><a href="javascript:var win = window.open('/galaxie/select.fl?type=Objects&field=FldFobID&formIndex=0', 'SelectActor', 'menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=800,height=400')"><img src="/galaxie/icons/ico/rechercher.gif" class="icon" alt="Sélectionner" title="Sélectionner"></a> <a class="fob" href="javascript:var f = window.document.forms[0];f.FldFobID.value = ''; if (f.lblFldFobID) f.lblFldFobID.value = ''; acLastCompleteValues['lblFldFobID'] = '';acLastCompleteValues['FldFobID'] = ''; void('')"><img src="/galaxie/icons/ico/supprimer.gif" class="icon" alt="Vider le champ" title="Vider le champ"></a></span><script language="javascript">runOnTime("installFobAC(document.forms[0].lblFldFobID);", 1000);</script></td></tr></table></div></td> </tr> <tr class="fieldline"> <td class="dataLabel"><label for="FldDelPolicy">Politique de suppression</label></td> <td class="dataValue"> <div class="input"> <select id="FldDelPolicy" name="FldDelPolicy" class="input select"> <option value=""></option> <option value="0" >NO FK</option> <option value="1" >NO ACTION</option> <option value="2" >CASCADE</option> <option value="3" >SET NULL</option> </select> </div> </td> </tr> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column3"> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td id="FldMultival_label" class="dataLabel"><div><label for="FldMultival" title="Multivalué">Multivalué</label></div></td> <td id="FldMultival_value" class="dataValue"><div class="input"><input id="FldMultival" name="FldMultival" type="checkbox" value="true" class="checkbox"></div></td> </tr> <tr class="fieldline"> <td id="FldCriteria_label" class="dataLabel"><div><label for="FldCriteria" title="Hors ciblage">Hors ciblage</label></div></td> <td id="FldCriteria_value" class="dataValue"><div class="input"><input id="FldCriteria" name="FldCriteria" type="checkbox" value="true" class="checkbox"></div></td> </tr> <tr class="fieldline"> <td id="FldOwner_label" class="dataLabel"><div><label for="FldOwner" title="Champ propriétaire">Champ propriétaire</label></div></td> <td id="FldOwner_value" class="dataValue"><div class="input"><input id="FldOwner" name="FldOwner" type="checkbox" value="true" class="checkbox"></div></td> </tr> <tr class="fieldline"> <td id="FldModificationLogged_label" class="dataLabel"><div><label for="FldModificationLogged" title="Historisé">Historisé</label></div></td> <td id="FldModificationLogged_value" class="dataValue"><div class="input"><input id="FldModificationLogged" name="FldModificationLogged" type="checkbox" value="true" class="checkbox"></div></td> </tr> <tr class="fieldline"> <td id="FldDisplayPolicy_label" class="dataLabel"><div><label for="FldDisplayPolicy" title="Politique d'affichage">Politique d'affichage</label></div></td> <td id="FldDisplayPolicy_value" class="dataValue"><div class="input select"><select id="FldDisplayPolicy" name="FldDisplayPolicy" class="input select"><option value=""></option><option value="00012d0000000808">Admin edit only</option><option value="00012d0000000809">Admin edit owner</option><option value="00012d0000031efb">Tous sauf Association sans salarié ni Association avec salarié</option><option value="00012d0000031f06">Responsable Administratif et Finances / Assistant Comptabilité</option><option value="00012d0000031f11">Attaché de Direction</option></select></div></td> </tr> <tr class="fieldline"> <td id="FldIndexPolicy_label" class="dataLabel"><div><label for="FldIndexPolicy" title="Type d'indexation">Type d'indexation</label></div></td> <td id="FldIndexPolicy_value" class="dataValue"><div class="input select"><select id="FldIndexPolicy" name="FldIndexPolicy" class="input select"><option value=""></option><option value="00012d0000000920">Identifiant unique</option><option value="00012d0000000921">Primaire</option><option value="00012d0000000922">Secondaire</option><option value="00012d0000000923">Facette</option><option value="00012d0000000924">Document joint</option><option value="00012d0000000925">Dernière modification</option></select></div></td> </tr> </table> </td> </tr> <tr><td colspan="5"></td></tr> <tr> <td colspan="5" class="dataValue"> <input type="checkbox" id="FldAlterTable" name="FldAlterTable" value="true" checked/><label for="$$alterTable" class="mandatory_alert">Alter la table</label> </td> </tr> </table> </td> </tr> </table> </td> <td width="15" background="/galaxie/icons/nav/principal_cadre/fd_cell_d.gif"><img src="/galaxie/icons/spacer.gif" width="15" height="42"></td> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> </tr> <tr style="height: 15px;"> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> <td width="15"><img src="/galaxie/icons/nav/principal_cadre/cell_bas_g.gif" width="15" height="15"></td> <td width="98%" background="/galaxie/icons/nav/principal_cadre/fd_cell_bas_m.gif"><img src="/galaxie/icons/spacer.gif" width="15" height="15"></td> <td width="15"><img src="/galaxie/icons/nav/principal_cadre/cell_bas_d.gif" width="15" height="15"></td> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> </tr> </table> </form> <div style="width: 100%; text-align: center;"> <a href="javascript:create()" title="Valider"><img src="/galaxie/icons/ico/valid_green_long.gif?" ></a> <a href="javascript:createAndContinue()" title="Valider et nouveau"><img src="/galaxie/icons/ico/save_all_long.gif?" ></a> <a href="javascript:closeWindow();" title="Annuler"><img src="/galaxie/icons/ico/fermer_red_long.gif?"></a> </div> </div> <script language="javascript" type="text/javascript"> window.document.title = 'E-DEAL - Field declaration - '; </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de