Skip to content

Commit

Permalink
BUG: 14513: Fix some html markdown issues (by Igor Murzov)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Jomier committed Oct 28, 2013
1 parent f1d0c56 commit 003ae36
Show file tree
Hide file tree
Showing 16 changed files with 73 additions and 76 deletions.
14 changes: 7 additions & 7 deletions createProject.xsl
Expand Up @@ -28,9 +28,9 @@
<xsl:call-template name="headscripts_local"/>
</xsl:if>

<xsl:comment><![CDATA[[if IE]></xsl:comment>
<xsl:comment><![CDATA[[if IE]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<xsl:comment><![ endif]]></xsl:comment>
<![endif]]]></xsl:comment>
<script type="text/javascript" src="javascript/jquery-1.6.2.js"></script>
<script type="text/javascript" src="javascript/ui.tabs.js"></script>
<script type="text/javascript" src="javascript/cdashCreateProject.js"></script>
Expand Down Expand Up @@ -500,7 +500,7 @@
<xsl:attribute name="value"><xsl:value-of
select="value" /></xsl:attribute>
<xsl:if test="selected=1">
<xsl:attribute name="selected">true</xsl:attribute>
<xsl:attribute name="selected">selected</xsl:attribute>
</xsl:if>
<xsl:value-of select="description" />
</option>
Expand Down Expand Up @@ -1167,7 +1167,7 @@
<a
href="http://www.cdash.org/Wiki/CDash:Administration#Creating_a_project"
target="blank">
<img onmouseover="showHelp('ctestConfig_help');"
<img onmouseover="showHelp('blockList_help');"
src="images/help.gif" border="0" />
</a>
</strong>
Expand Down Expand Up @@ -1197,7 +1197,7 @@

</table>
</td>
<span class="help_content" id="ctestConfig_help">
<span class="help_content" id="blockList_help">
<b>Block List</b>
<br />
Submission to CDash can be blocked given a sitename,
Expand Down Expand Up @@ -1278,11 +1278,11 @@
<div class="tab_help"></div>
<table width="100%">
<tr>
<td valign="top" align="righ"><strong>CTest Template Script:</strong>
<td valign="top" align="right"><strong>CTest Template Script:</strong>
</td>
<td >
<textarea name="ctestTemplateScript" onchange="saveChanges();"
onfocus="$('.ctesttemplatescript_help').html('');" id="description" cols="80"
onfocus="$('.ctesttemplatescript_help').html('');" id="ctestScript" cols="80"
rows="30" wrap="off">
<xsl:value-of select="cdash/project/ctesttemplatescript" />
</textarea>
Expand Down
2 changes: 0 additions & 2 deletions headeradminproject.xsl
Expand Up @@ -3,8 +3,6 @@

<xsl:output method="xml" doctype-public="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" encoding="UTF-8"/>
<xsl:template name="headeradminproject">
<link rel="shortcut icon" href="favicon.ico"/>


<div id="header">
<div id="headertop">
Expand Down
2 changes: 0 additions & 2 deletions headerback.xsl
Expand Up @@ -6,8 +6,6 @@
<xsl:include href="local/headscripts.xsl"/>

<xsl:template name="headerback">
<link rel="shortcut icon" href="favicon.ico"/>


<div id="header">
<div id="headertop">
Expand Down
18 changes: 9 additions & 9 deletions manageBuildGroup.xsl
Expand Up @@ -21,11 +21,11 @@
<link rel="StyleSheet" type="text/css">
<xsl:attribute name="href"><xsl:value-of select="cdash/cssfile"/></xsl:attribute>
</link>
<xsl:comment><![CDATA[[if IE]></xsl:comment>
<xsl:comment><![CDATA[[if IE]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<xsl:comment><![ endif]]></xsl:comment>
<script src="javascript/jquery-1.6.2.js"></script>
<script type="text/javascript" src="javascript/ui.tabs.js"></script>
<![endif]]]></xsl:comment>
<script src="javascript/jquery-1.6.2.js" type="text/javascript"></script>
<script src="javascript/ui.tabs.js" type="text/javascript"></script>

<!-- Functions to confirm the remove -->
<xsl:text disable-output-escaping="yes">
Expand Down Expand Up @@ -150,28 +150,28 @@ project page</a>
<br/>
<input name="summaryEmail" onclick="form.submit();" type="checkbox" value="1">
<xsl:if test="summaryemail=1">
<xsl:attribute name="checked">1</xsl:attribute>
<xsl:attribute name="checked">checked</xsl:attribute>
</xsl:if>
</input>
Summary email
<br/>
<input name="summaryEmail" onclick="form.submit();" type="checkbox" value="2">
<xsl:if test="summaryemail=2">
<xsl:attribute name="checked">1</xsl:attribute>
<xsl:attribute name="checked">checked</xsl:attribute>
</xsl:if>
</input>
No email
<br/>
<input name="emailCommitters" onclick="form.submit();" type="checkbox" value="1">
<xsl:if test="emailcommitters != 0">
<xsl:attribute name="checked">1</xsl:attribute>
<xsl:attribute name="checked">checked</xsl:attribute>
</xsl:if>
</input>
Email committers
<br/>
<input name="includeInSummary" onclick="form.submit();" type="checkbox" value="1">
<xsl:if test="includeinsummary=1">
<xsl:attribute name="checked">1</xsl:attribute>
<xsl:attribute name="checked">checked</xsl:attribute>
</xsl:if>
</input>
Included in subproject summary
Expand Down Expand Up @@ -243,7 +243,7 @@ project page</a>
<tr>
<td><div align="right"></div></td>
<td>
<select name="movebuilds[]" size="15" multiple="true" id="movebuilds">
<select name="movebuilds[]" size="15" multiple="multiple" id="movebuilds">
<xsl:for-each select="cdash/currentbuild">
<option>
<xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute>
Expand Down
32 changes: 16 additions & 16 deletions manageClient.xsl
Expand Up @@ -68,7 +68,7 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<xsl:for-each select="/cdash/project/repository">
<option>
<xsl:attribute name="value"><xsl:value-of select="url"/></xsl:attribute>
<xsl:if test="selected=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>
<xsl:if test="selected=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>
<xsl:value-of select="url"/>
</option>
</xsl:for-each>
Expand Down Expand Up @@ -118,11 +118,11 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<tr>
<td valign="top" align="right"><b>Operating System:</b><br/><a href="#" onclick="return clearOS();">[clear all]</a></td>
<td>
<select multiple="true" name="system[]" id="system_select" onchange="checkSystem();">
<select multiple="multiple" name="system[]" id="system_select" onchange="checkSystem();">
<xsl:for-each select="/cdash/os">
<option>
<xsl:attribute name="value"><xsl:value-of select="id" /></xsl:attribute>
<xsl:if test="selected=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>
<xsl:if test="selected=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>
<xsl:value-of select="name"/>
</option>
</xsl:for-each>
Expand All @@ -132,11 +132,11 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<tr>
<td valign="top" align="right"><b>Compiler:</b><br/><a href="#" onclick="return clearCompiler();">[clear all]</a></td>
<td>
<select multiple="true" name="compiler[]" id="compiler_select" onchange="checkSystem();">
<select multiple="multiple" name="compiler[]" id="compiler_select" onchange="checkSystem();">
<xsl:for-each select="/cdash/compiler">
<option>
<xsl:attribute name="value"><xsl:value-of select="id" /></xsl:attribute>
<xsl:if test="selected=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>
<xsl:if test="selected=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>
<xsl:value-of select="name"/>
</option>
</xsl:for-each>
Expand All @@ -146,11 +146,11 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<tr>
<td valign="top" align="right"><b>CMake:</b><br/><a href="#" onclick="return clearCMake()">[clear all]</a></td>
<td>
<select multiple="true" name="cmake[]" id="cmake_select" onchange="checkSystem();">
<select multiple="multiple" name="cmake[]" id="cmake_select" onchange="checkSystem();">
<xsl:for-each select="/cdash/cmake">
<option>
<xsl:attribute name="value"><xsl:value-of select="id" /></xsl:attribute>
<xsl:if test="selected=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>
<xsl:if test="selected=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>
<xsl:value-of select="version"/>
</option>
</xsl:for-each>
Expand All @@ -160,11 +160,11 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<tr>
<td valign="top" align="right"><b>Libraries:</b><br/><a href="#" onclick="return clearLibrary()">[clear all]</a></td>
<td>
<select multiple="true" name="library[]" id="library_select" onchange="checkSystem();">
<select multiple="multiple" name="library[]" id="library_select" onchange="checkSystem();">
<xsl:for-each select="/cdash/library">
<option>
<xsl:attribute name="value"><xsl:value-of select="id" /></xsl:attribute>
<xsl:if test="selected=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>
<xsl:if test="selected=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>
<xsl:value-of select="name"/>
</option>
</xsl:for-each>
Expand All @@ -174,12 +174,12 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<tr>
<td valign="top" align="right"><b>Site:</b><br/><a href="#" onclick="return clearSite()">[clear all]</a></td>
<td>
<select multiple="true" name="site[]" id="site_select" onchange="checkSystem();">
<select multiple="multiple" name="site[]" id="site_select" onchange="checkSystem();">
<xsl:for-each select="/cdash/site">
<option>
<xsl:if test="availablenow=0"><xsl:attribute name="style">color:red</xsl:attribute></xsl:if>
<xsl:attribute name="value"><xsl:value-of select="id" /></xsl:attribute>
<xsl:if test="selected=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>
<xsl:if test="selected=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>
<xsl:value-of select="name"/>
</option>
</xsl:for-each>
Expand All @@ -201,9 +201,9 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<tr>
<td align="right" valign="top"><b>Type:</b></td>
<td><select name="type">
<option value="0"><xsl:if test="/cdash/type=0"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Experimental</option>
<option value="1"><xsl:if test="/cdash/type=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Nightly</option>
<option value="2"><xsl:if test="/cdash/type=2"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Continuous</option>
<option value="0"><xsl:if test="/cdash/type=0"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Experimental</option>
<option value="1"><xsl:if test="/cdash/type=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Nightly</option>
<option value="2"><xsl:if test="/cdash/type=2"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Continuous</option>
</select>
</td>
</tr>
Expand All @@ -216,7 +216,7 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<xsl:for-each select="/cdash/buildconfiguration">
<option>
<xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute>
<xsl:if test="selected=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>
<xsl:if test="selected=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>
<xsl:value-of select="name"/>
</option>
</xsl:for-each>
Expand Down Expand Up @@ -253,7 +253,7 @@ Visit <a href="http://public.kitware.com/Wiki/CDash:Build_Management">the wiki p
<td align="right" valign="top"><b>Enable:</b></td>
<td><input name="enable" type="checkbox">
<xsl:if test="/cdash/enable=1">
<xsl:attribute name="checked">true</xsl:attribute>
<xsl:attribute name="checked">checked</xsl:attribute>
</xsl:if>
</input>
</td>
Expand Down
16 changes: 8 additions & 8 deletions manageCoverage.xsl
Expand Up @@ -126,10 +126,10 @@
<xsl:attribute name="action">manageCoverage.php?projectid=<xsl:value-of select="/cdash/project/id"/>&#38;buildid=<xsl:value-of select="/cdash/project/buildid"/></xsl:attribute>
<select onchange="this.form.submit();" name="prioritySelection">
<option value="0">Choose Priority</option>
<option value="1"><xsl:if test="priority=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Low</option>
<option value="2"><xsl:if test="priority=2"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Medium</option>
<option value="3"><xsl:if test="priority=3"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>High</option>
<option value="4"><xsl:if test="priority=4"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Urgent</option>
<option value="1"><xsl:if test="priority=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Low</option>
<option value="2"><xsl:if test="priority=2"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Medium</option>
<option value="3"><xsl:if test="priority=3"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>High</option>
<option value="4"><xsl:if test="priority=4"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Urgent</option>
</select>
<input type="hidden" name="fullpath"><xsl:attribute name="value"><xsl:value-of select="fullpath"/></xsl:attribute></input>
</form>
Expand Down Expand Up @@ -192,10 +192,10 @@
<td>
<select name="prioritySelectedSelection">
<option value="0">Choose Priority</option>
<option value="1"><xsl:if test="priority=1"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Low</option>
<option value="2"><xsl:if test="priority=2"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Medium</option>
<option value="3"><xsl:if test="priority=3"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>High</option>
<option value="4"><xsl:if test="priority=4"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>Urgent</option>
<option value="1"><xsl:if test="priority=1"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Low</option>
<option value="2"><xsl:if test="priority=2"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Medium</option>
<option value="3"><xsl:if test="priority=3"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>High</option>
<option value="4"><xsl:if test="priority=4"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Urgent</option>
</select>
<input type="submit" name="changePrioritySelected" value="Change priority of selected files >>"/></td>
</tr>
Expand Down
14 changes: 7 additions & 7 deletions manageProjectRoles.xsl
Expand Up @@ -21,18 +21,18 @@
<link rel="StyleSheet" type="text/css">
<xsl:attribute name="href"><xsl:value-of select="cdash/cssfile"/></xsl:attribute>
</link>
<xsl:comment><![CDATA[[if IE]></xsl:comment>
<xsl:comment><![CDATA[[if IE]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<xsl:comment><![ endif]]></xsl:comment>
<![endif]]]></xsl:comment>
<!-- Include project roles -->
<script src="javascript/jquery-1.6.2.js"></script>
<script src="javascript/cdashProjectRole.js"></script>
<script type="text/javascript" src="javascript/ui.tabs.js"></script>
<script src="javascript/jquery-1.6.2.js" type="text/javascript"></script>
<script src="javascript/cdashProjectRole.js" type="text/javascript"></script>
<script src="javascript/ui.tabs.js" type="text/javascript"></script>


<!-- Functions to confirm the email -->
<xsl:text disable-output-escaping="yes">
&lt;script language="JavaScript"&gt;
&lt;script type="text/javascript"&gt;
function confirmEmail() {
if (window.confirm("Are you sure you want to send this email to all site maintainers?")){
return true;
Expand Down Expand Up @@ -103,7 +103,7 @@
<xsl:for-each select="cdash/cvsuser">
<tr>
<td><input type="checkbox" value="1">
<xsl:attribute name="checked">true</xsl:attribute>
<xsl:attribute name="checked">checked</xsl:attribute>
<xsl:attribute name="name">cvsuser[<xsl:value-of select="id"/>]</xsl:attribute>
</input>
</td>
Expand Down
8 changes: 4 additions & 4 deletions manageSubproject.xsl
Expand Up @@ -21,11 +21,11 @@
<link rel="StyleSheet" type="text/css">
<xsl:attribute name="href"><xsl:value-of select="cdash/cssfile"/></xsl:attribute>
</link>
<xsl:comment><![CDATA[[if IE]></xsl:comment>
<xsl:comment><![CDATA[[if IE]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<xsl:comment><![ endif]]></xsl:comment>
<script src="javascript/jquery-1.6.2.js"></script>
<script type="text/javascript" src="javascript/ui.tabs.js"></script>
<![endif]]]></xsl:comment>
<script src="javascript/jquery-1.6.2.js" type="text/javascript"></script>
<script src="javascript/ui.tabs.js" type="text/javascript"></script>
</head>
<body bgcolor="#ffffff">

Expand Down
6 changes: 3 additions & 3 deletions manageUsers.xsl
Expand Up @@ -23,11 +23,11 @@
</link>

<!-- Include project roles -->
<script src="javascript/jquery-1.6.2.js"></script>
<script src="javascript/cdashManageUsers.js"></script>
<script src="javascript/jquery-1.6.2.js" type="text/javascript"></script>
<script src="javascript/cdashManageUsers.js" type="text/javascript"></script>
<!-- Functions to confirm the email -->
<xsl:text disable-output-escaping="yes">
&lt;script language="JavaScript"&gt;
&lt;script language="JavaScript" type="text/javascript"&gt;
function confirmRemove() {
if (window.confirm("Are you sure you want to remove this user from the database?")){
return true;
Expand Down
2 changes: 1 addition & 1 deletion register.xsl
Expand Up @@ -74,7 +74,7 @@
<div style="color: red;"><xsl:value-of select="cdash/error" /><br/></div>

<!-- Main -->
<form method="post" action="register.php" name="regform" onSubmit="doSubmit();">
<form method="post" action="register.php" name="regform" onsubmit="doSubmit();">
<table border="0" cellpadding="4" cellspacing="0" width="100%" class="tabb">
<tbody>
<tr class="treven">
Expand Down

0 comments on commit 003ae36

Please sign in to comment.