Skip to content

Commit

Permalink
Update symphony repository location.
Browse files Browse the repository at this point in the history
Thanks Bernardo ^_^
  • Loading branch information
Marco Sampellegrini committed Dec 2, 2010
1 parent 387266b commit 5e9cdff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pages/start.xsl
Expand Up @@ -14,16 +14,16 @@
encoding="UTF-8"
indent="yes" />

<xsl:template match="/data">

<xsl:variable name="selected" select="//store/key[@handle = 'symphony-version']" />
<xsl:template match="/data">

<xsl:variable name="selected" select="//store/key[@handle = 'symphony-version']" />

<form action="{$root}/choose-extensions/" method="post" class="start">

<form action="{$root}/choose-extensions/" method="post" class="start">

<label for="store[symphony-version]">Choose a Symphony version</label>
<select name="store[symphony-version]" id="store[symphony-version]">

<xsl:variable name="download-links" select="//xhtml:li//xhtml:dt/xhtml:a" />
<select name="store[symphony-version]" id="store[symphony-version]">

<xsl:variable name="download-links" select="//xhtml:li//xhtml:dt/xhtml:a" />

<optgroup label="Official Releases">
<xsl:for-each select="$download-links">
Expand All @@ -36,9 +36,9 @@
</option>
</xsl:for-each>

</optgroup>
</optgroup>

<xsl:variable name="github" select="document(concat($root, '/github-api/symphony/symphony-2/'))" />
<xsl:variable name="github" select="document(concat($root, '/github-api/symphonycms/symphony-2/'))" />

<xsl:call-template name="options">
<xsl:with-param name="label" select="'Tags'" />
Expand Down

0 comments on commit 5e9cdff

Please sign in to comment.