From svnadmin@urchin.earth.li Thu Feb 2 18:47:30 2012 From: svnadmin@urchin.earth.li To: openguides-commits@lists.openguides.org Subject: [openguides-commits] r1297 - sites/oxford.openguides.org/templates Date: Thu, 02 Feb 2012 18:47:30 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7946859072228397696==" --===============7946859072228397696== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dom Date: 2012-02-02 18:47:30 +0000 (Thu, 02 Feb 2012) New Revision: 1297 Modified: sites/oxford.openguides.org/templates/custom_banner.tt Log: make the title a link (Kake's suggestion) Modified: sites/oxford.openguides.org/templates/custom_banner.tt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/oxford.openguides.org/templates/custom_banner.tt 2012-01-24 18:52:4= 7 UTC (rev 1296) +++ sites/oxford.openguides.org/templates/custom_banner.tt 2012-02-02 18:47:3= 0 UTC (rev 1297) @@ -1 +1 @@ -

[% site_name %]

+

[% site_name %]

--===============7946859072228397696==-- From svnadmin@urchin.earth.li Thu Feb 2 18:52:15 2012 From: svnadmin@urchin.earth.li To: openguides-commits@lists.openguides.org Subject: [openguides-commits] r1298 - sites/oxford.openguides.org/templates Date: Thu, 02 Feb 2012 18:52:15 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9136687877030070321==" --===============9136687877030070321== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dom Date: 2012-02-02 18:52:15 +0000 (Thu, 02 Feb 2012) New Revision: 1298 Added: sites/oxford.openguides.org/templates/custom_autocreate_content.tt Log: add custom autocreate taken from Added: sites/oxford.openguides.org/templates/custom_autocreate_content.tt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/oxford.openguides.org/templates/custom_autocreate_content.tt = (rev 0) +++ sites/oxford.openguides.org/templates/custom_autocreate_content.tt 2012-0= 2-02 18:52:15 UTC (rev 1298) @@ -0,0 +1,6 @@ +[% IF index_type =3D=3D "Category" %] +Auto-generated list of things in this category (@MAP_LINK [[[% node_name %]|= view them on a map]]): +[% ELSE %] +Auto-generated list of things in [% index_value %] (@MAP_LINK [[[% node_name= %]|view them on a map]]): +[% END %] +(a)INDEX_LIST [[[% node_name %]]] --===============9136687877030070321==-- From svnadmin@urchin.earth.li Thu Feb 2 19:04:32 2012 From: svnadmin@urchin.earth.li To: openguides-commits@lists.openguides.org Subject: [openguides-commits] r1299 - sites/oxford.openguides.org/static/resources Date: Thu, 02 Feb 2012 19:04:32 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3135312584358159285==" --===============3135312584358159285== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dom Date: 2012-02-02 19:04:32 +0000 (Thu, 02 Feb 2012) New Revision: 1299 Modified: sites/oxford.openguides.org/static/resources/guide.css Log: float image over Modified: sites/oxford.openguides.org/static/resources/guide.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/oxford.openguides.org/static/resources/guide.css 2012-02-02 18:52:1= 5 UTC (rev 1298) +++ sites/oxford.openguides.org/static/resources/guide.css 2012-02-02 19:04:3= 2 UTC (rev 1299) @@ -47,3 +47,9 @@ color : #FFFFFF; background-color:#FFFFFF; } + +div#map_and_photo { + float: right; + margin-left: 0.5em; + margin-bottom: 0.3em; +} --===============3135312584358159285==-- From svnadmin@urchin.earth.li Thu Feb 2 19:05:41 2012 From: svnadmin@urchin.earth.li To: openguides-commits@lists.openguides.org Subject: [openguides-commits] r1300 - sites/oxford.openguides.org/static/resources Date: Thu, 02 Feb 2012 19:05:41 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1371753883531000744==" --===============1371753883531000744== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dom Date: 2012-02-02 19:05:41 +0000 (Thu, 02 Feb 2012) New Revision: 1300 Modified: sites/oxford.openguides.org/static/resources/guide.css Log: float using a div which exists Modified: sites/oxford.openguides.org/static/resources/guide.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/oxford.openguides.org/static/resources/guide.css 2012-02-02 19:04:3= 2 UTC (rev 1299) +++ sites/oxford.openguides.org/static/resources/guide.css 2012-02-02 19:05:4= 1 UTC (rev 1300) @@ -48,7 +48,7 @@ background-color:#FFFFFF; } =20 -div#map_and_photo { +div#node_image_box { float: right; margin-left: 0.5em; margin-bottom: 0.3em; --===============1371753883531000744==-- From svnadmin@urchin.earth.li Thu Feb 2 19:07:15 2012 From: svnadmin@urchin.earth.li To: openguides-commits@lists.openguides.org Subject: [openguides-commits] r1301 - sites/oxford.openguides.org/static/resources Date: Thu, 02 Feb 2012 19:07:15 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4703432313268248663==" --===============4703432313268248663== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dom Date: 2012-02-02 19:07:15 +0000 (Thu, 02 Feb 2012) New Revision: 1301 Modified: sites/oxford.openguides.org/static/resources/og-css2.css Log: add in correct place Modified: sites/oxford.openguides.org/static/resources/og-css2.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/oxford.openguides.org/static/resources/og-css2.css 2012-02-02 19:05= :41 UTC (rev 1300) +++ sites/oxford.openguides.org/static/resources/og-css2.css 2012-02-02 19:07= :15 UTC (rev 1301) @@ -183,3 +183,7 @@ padding: 0px 0px 5px 5px; border-bottom: 1px dotted black; } + +div.node_image_box { + float: right; +} --===============4703432313268248663==-- From svnadmin@urchin.earth.li Thu Feb 2 19:08:11 2012 From: svnadmin@urchin.earth.li To: openguides-commits@lists.openguides.org Subject: [openguides-commits] r1302 - sites/oxford.openguides.org/static/resources Date: Thu, 02 Feb 2012 19:08:11 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2542060365861731344==" --===============2542060365861731344== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dom Date: 2012-02-02 19:08:11 +0000 (Thu, 02 Feb 2012) New Revision: 1302 Modified: sites/oxford.openguides.org/static/resources/og-css2.css Log: id not class Modified: sites/oxford.openguides.org/static/resources/og-css2.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/oxford.openguides.org/static/resources/og-css2.css 2012-02-02 19:07= :15 UTC (rev 1301) +++ sites/oxford.openguides.org/static/resources/og-css2.css 2012-02-02 19:08= :11 UTC (rev 1302) @@ -184,6 +184,6 @@ border-bottom: 1px dotted black; } =20 -div.node_image_box { +div#node_image_box { float: right; } --===============2542060365861731344==--