Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b03671aa authored by Gabriel Landais's avatar Gabriel Landais
Browse files

no wrap


git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@35199 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 378d08c2
No related branches found
No related tags found
No related merge requests found
......@@ -10,45 +10,45 @@
<h:panelGrid columns="2">
<h:outputLabel for="link"
value="#{messages['net.ihe.gazelle.proxy.PermanentLink']} : "
style="font-weight:bold;text-align:right" />
style="font-weight:bold;text-align:right; white-space: nowrap;" />
<h:outputLink id="link"
value="#{messageBean.displayURLOfPage()}?id=#{messageBean.message.id}">
<h:outputText
value="#{messages['net.ihe.gazelle.proxy.PermanentLink']}"
style="text-align:left;width:150px" />
style="text-align:left;width:150px; white-space: nowrap;" />
</h:outputLink>
<h:outputLabel for="id"
value="#{messages['net.ihe.gazelle.proxy.ID']} :"
style="font-weight:bold;" />
style="font-weight:bold; white-space: nowrap;" />
<h:outputText id="id" value="#{messageBean.message.id }"
style="font-size:small" />
<h:outputLabel for="connectID" value="Connection ID :"
style="font-weight:bold;"
style="font-weight:bold; white-space: nowrap;"
rendered="#{messageBean.message.connection.id!=null}" />
<h:outputText id="connectID"
value="#{messageBean.message.connection.id }"
style="font-size:small"
style="font-size:small; white-space: nowrap;"
rendered="#{messageBean.message.connection.id!=null}" />
<s:div id="switchDiv"
rendered="#{messageBean.getMessageIndex(messageBean.message)!='?' and messageBean.getMessageIndex(messageBean.message)!=null and messageBean.messageIndexMax>1}">
<h:panelGrid columns="3">
<h:outputLabel value="Index :" style="font-weight:bold;" />
<h:outputLabel value="Index :" style="font-weight:bold; white-space: nowrap;" />
<rich:inputNumberSpinner value="#{messageBean.messageIndex}"
minValue="1" maxValue="#{messageBean.messageIndexMax}">
<a4j:support event="onchange" reRender="globalDiv,switchDiv"
action="#{messageBean.redirectToMessage(messageBean.messageByIndex)}" />
</rich:inputNumberSpinner>
<h:outputText value=" /#{messageBean.messageIndexMax}" style="font-weight:bold;" />
<h:outputText value=" /#{messageBean.messageIndexMax}" />
</h:panelGrid>
</s:div>
<h:outputText value="&#160;"
rendered="#{messageBean.message.connection.id!=null and messageBean.messageIndexMax>1}" />
<h:outputLabel for="date"
value="#{messages['net.ihe.gazelle.proxy.DateReceived']} :"
style="font-weight:bold;" />
style="font-weight:bold;; white-space: nowrap;" />
<h:outputText id="date" value="#{messageBean.message.dateReceived }">
<f:convertDateTime type="date" pattern="dd/MM/yyyy HH:mm:ss:SSS" timeZone="GMT+1"/>
</h:outputText>
......@@ -63,17 +63,17 @@
</f:facet>
<h:outputLabel for="initIP"
value="#{messages['net.ihe.gazelle.proxy.InitiatorIP']}"
style="font-weight:bold;" />
style="font-weight:bold; white-space: nowrap;" />
<h:outputText id="initIP" value="#{messageBean.message.fromIP}" />
<h:outputLabel for="initPort"
value="#{messages['net.ihe.gazelle.proxy.InitiatorPort']} "
style="font-weight:bold;" />
style="font-weight:bold; white-space: nowrap;" />
<h:outputText id="initPort" value="#{messageBean.message.localPort}" />
<h:outputLabel for="proxPort"
value="#{messages['net.ihe.gazelle.proxy.ProxyPort']}"
style="font-weight:bold;" />
style="font-weight:bold; white-space: nowrap;" />
<h:outputText id="proxPort" value="#{messageBean.message.proxyPort}" />
</h:panelGrid>
<h:panelGrid columns="1" cellspacing="0" cellpadding="2" style="text-align:center;">
......@@ -96,18 +96,18 @@
</f:facet>
<h:outputLabel for="respIP"
value="#{messages['net.ihe.gazelle.proxy.ResponderIP']}"
style="font-weight:bold;" />
style="font-weight:bold; white-space: nowrap;" />
<h:outputText id="respIP" value="#{messageBean.message.toIP}" />
<h:outputLabel for="respPort"
value="#{messages['net.ihe.gazelle.proxy.ResponderPort']}"
style="font-weight:bold;" />
style="font-weight:bold; white-space: nowrap;" />
<h:outputText id="respPort"
value="#{messageBean.message.remotePort} " />
<h:outputLabel for="length"
value="#{messages['net.ihe.gazelle.proxy.MessageLength']}"
style="font-weight:bold;" />
style="font-weight:bold; white-space: nowrap;" />
<h:outputText id="length"
value="#{messageBean.message.getMessageLength()}" />
</h:panelGrid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment