提交 163fc043 编写于 作者: K kohsuke

this page is no longer in use

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13221 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1211268c
<!--
Config page
TODO: this page is deprecated by "pluginManager/". Once it's confirmed to be working, redirect this to the new URL.
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:s="/lib/form">
<l:layout permission="${app.ADMINISTER}" norefresh="true">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<s:form method="post" action="configSubmit">
<s:block>
<h1>${%Installed Plugins}</h1>
<j:if test="${app.pluginManager.isPluginUploaded()}">
<div style="margin: 1em; height: 1em">
<div class="error">
${%New plugins will take effect once you restart Hudson}
</div>
</div>
</j:if>
<div style="margin: 1em; height: 1em">
<div class="error" id="needRestart" style="display:none">
${%Changes will take effect when you restart Hudson}
</div>
</div>
<j:choose>
<j:when test="${empty(it.pluginManager.plugins) &amp;&amp; empty(it.pluginManager.failedPlugins)}">
${%No plugins installed.}
<span id="pluginList" style="display:none"/><!-- dummy to keep JavaScript happy -->
</j:when>
<j:otherwise>
<table id="pluginList">
<j:forEach var="p" items="${it.pluginManager.plugins}">
<tr class="hoverback">
<td class="plugin-description">
<h4>${p.longName} &#x2014; ver.${p.version}</h4>
<div stlyle="padding-left: 1em">
<j:set var="indexPage" value="${p.indexPage.toString()}" />
<j:if test="${!empty(indexPage)}">
<j:include uri="${indexPage}" />
</j:if>
</div>
</td>
<td>
<j:set var="state" value="${h.ifThenElse(p.enabled,'Disable','Enable')}"/>
<input type="button" value="${state}" onclick="flip(event)"
url="pluginManager/plugin/${p.shortName}"
original="${h.ifThenElse(p.active,'Disable','Enable')}"/>
</td>
</tr>
</j:forEach>
<!-- failed ones -->
<j:forEach var="p" items="${it.pluginManager.failedPlugins}">
<tr class="hoverback">
<td class="plugin-description">
<h4 class="error">Failed : ${p.name}</h4>
<div stlyle="padding-left: 1em">
<pre>${p.exceptionString}</pre>
</div>
</td>
</tr>
</j:forEach>
</table>
</j:otherwise>
</j:choose>
</s:block>
</s:form>
<script>
<!-- function to toggle the enable/disable state -->
function flip(o) {
btn = Event.element(o);
<!-- trigger -->
new Ajax.Request(btn.getAttribute('url')+"/make"+btn.value+"d", {
onFailure : function(req,o) {
$('needRestart').innerHTML = req.responseText;
}
});
<!-- flip -->
if(btn.value=="Enable")
btn.value = "Disable";
else
btn.value = "Enable";
updateMsg();
}
function updateMsg() {
<!-- is anything changed since its original state? -->
var e = $A($('pluginList').getElementsByTagName('input')).find(function(e) {
return e.value!=e.getAttribute('original');
});
$('needRestart').style.display = (e!=null?"block":"none");
}
updateMsg(); // set the initial state
</script>
<s:form method="post" action="uploadPlugin" enctype="multipart/form-data">
<s:block>
<h1>${%Upload Plugin}</h1>
<div style="margin-bottom: 1em;">
${%uploadtext}
</div>
</s:block>
<s:block>
<!-- @size is for other browsers, @style is for IE -->
${%File}: <input type="file" name="name" class="setting-input" style="width:80%" size='40' />
</s:block>
<s:block><div>
<s:submit value="${%Upload}" />
</div></s:block>
</s:form>
</l:main-panel>
</l:layout>
</j:jelly>
uploadtext=\
Upload a plugin from your computer by using the form below, or\
place your plugin at <tt>$HUDSON_HOME/plugins</tt> on the server.
\ No newline at end of file
Installed\ Plugins=Installierte Plugins
New\ plugins\ will\ take\ effect\ once\ you\ restart\ Hudson=Neue Plugins stehen erst nach einem Neustart zur Verfgung
Changes\ will\ take\ effect\ when\ you\ restart\ Hudson=nderungen werden erst nach einem Neustart wirksam
No\ plugins\ installed.=Keine Plugins installiert.
Upload\ Plugin=Plugin hochladen
uploadtext=Laden Sie neue Plugins mit dem untenstehenden Formular hoch oder legen Sie diese auf dem Server unter $HUDSON_HOME/plugins ab.
File=Datei
Upload=Hochladen
Installed\ Plugins=Plugins Installs
New\ plugins\ will\ take\ effect\ once\ you\ restart\ Hudson=De nouveaux plugins vont tre activs aprs un redmarrage de Hudson
Changes\ will\ take\ effect\ when\ you\ restart\ Hudson=Les changements seront pris en compte aprs un redmarrage de Hudson
No\ plugins\ installed.=Aucun plugin install
Upload\ Plugin=Ajouter un Plugin
uploadtext=\
Tlchargez un plugin partir de votre machine en utilisant le formulaire ci-dessous, ou \
placez votre plugin dans <tt>$HUDSON_HOME/plugins</tt> sur le serveur.
File=Fichier
Upload=Ajouter
Installed\ Plugins=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
New\ plugins\ will\ take\ effect\ once\ you\ restart\ Hudson=\
\u3044\u3063\u305f\u3093Hudson\u3092\u518d\u8d77\u52d5\u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3059
Changes\ will\ take\ effect\ when\ you\ restart\ Hudson=\
\u3044\u3063\u305f\u3093Hudson\u3092\u518d\u8d77\u52d5\u3059\u308b\u3068\u3001\u5909\u66f4\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3059
No\ plugins\ installed.=\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
Upload\ Plugin=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9
uploadtext=\
\u4ee5\u4e0b\u306e\u30d5\u30a9\u30fc\u30e0\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3042\u306a\u305f\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u304b\u3089\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\
\u3082\u3057\u304f\u306f\u3001\u30b5\u30fc\u30d0\u306e<tt>$HUDSON_HOME/plugins</tt>\u3068\u3044\u3046\u5834\u6240\u306b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u914d\u5099\u3057\u3066\u304f\u3060\u3055\u3044\u3002
File=\u30d5\u30a1\u30a4\u30eb
Upload=\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9
\ No newline at end of file
Installed\ Plugins=Ge\u00EFnstalleerde plugins
New\ plugins\ will\ take\ effect\ once\ you\ restart\ Hudson=Nieuwe plugins worden actief na het herstarten van Hudson.
Changes\ will\ take\ effect\ when\ you\ restart\ Hudson=Uw wijzigingen worden actief na het herstarten van Hudson.
No\ plugins\ installed.=Geen plugins ge\u00EFnstalleerd
Upload\ Plugin=Voeg een plugin toe
uploadtext=\
Voeg een plugin toe vanaf uw machine via onderstaand formulier of plaats je plugin \
in de <tt>$HUDSON_HOME/plugins</tt> map van uw Hudson installatie.
File=Bestand
Upload=Toevoegen
Installed\ Plugins=Plugins Instalados
New\ plugins\ will\ take\ effect\ once\ you\ restart\ Hudson=Novos plugins ser\u00E3o carregado uma vez que voc\u00EA reinicie o Hudson
Changes\ will\ take\ effect\ when\ you\ restart\ Hudson=Mudan\u00E7as tomar\u00E3o efeitos quando voc\u00EA reiniciar o Hudson
No\ plugins\ installed.=Nenhum plugin instalado.
Upload\ Plugin=Carregar Plugin
uploadtext=\
Carregue um plugin do seu computador usando a forma abaixo, ou\
coloque seu plugin em <tt>$HUDSON_HOME/plugins</tt> no servidor.
File=Arquivo
Upload=Carregar
Installed\ Plugins=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b
New\ plugins\ will\ take\ effect\ once\ you\ restart\ Hudson=\u041d\u043e\u0432\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0441\u0442\u0430\u043d\u0443\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 Hudson
Changes\ will\ take\ effect\ when\ you\ restart\ Hudson=\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u044b \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 Hudson
No\ plugins\ installed.=\u041f\u043b\u0430\u0433\u0438\u043d\u044b \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b.
Upload\ Plugin=\u0417\u0430\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d
File=\u0424\u0430\u0439\u043b
Upload=\u0417\u0430\u043a\u0430\u0447\u0430\u0442\u044c
uploadtext=\
\u0417\u0430\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u043f\u043b\u0430\u0433\u0438\u043d \u0441 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u044d\u0442\u0443 \u0444\u043e\u0440\u043c\u0443 \u0438\u043b\u0438 \
\u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u0432\u0430\u0448 \u043f\u043b\u0430\u0433\u0438\u043d \u0432 <tt>$HUDSON_HOME/plugins</tt> \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435.
uploadtext=\
A\u015fa\u011f \u0131daki formu kullanarak bilgisayar\u0131n\u0131zdan bir eklenti y\u00fckleyin, ya da \
eklentilerinizi sunucudaki <tt>$HUDSON_HOME/plugins</tt> dizinine koyun.
Installed\ Plugins=Y\u00fcklenmi\u015f Eklentiler
New\ plugins\ will\ take\ effect\ once\ you\ restart\ Hudson=Yeni\ eklentiler\ Hudson'\u0131\ bir\ kere\ yeniden\ ba\u015flatt\u0131ktan\ sonra\ devreye\ girecektir
Changes\ will\ take\ effect\ when\ you\ restart\ Hudson=De\u011fi\u015fiklikler\ Hudson'\u0131\ yeniden\ ba\u015flatt\u0131ktan\ sonra\ devreye\ girecektir
No\ plugins\ installed.=Herhangi\ bir\ eklenti\ y\u00fckl\u00fc\ de\u011fil.
Upload\ Plugin=Eklenti\ Y\u00fckle
File=Dosya
Upload=Y\u00fckle
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册