]> source.dussan.org Git - archiva.git/commitdiff
use fancybox to display more screenshots
authorOlivier Lamy <olamy@apache.org>
Tue, 11 Oct 2011 15:00:15 +0000 (15:00 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 11 Oct 2011 15:00:15 +0000 (15:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1181821 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
archiva-docs/src/maven-site.vm
archiva-docs/src/site/xdoc/tour/admin.xml
archiva-docs/src/site/xdoc/tour/audit-log.xml
archiva-docs/src/site/xdoc/tour/maintenance.xml
archiva-docs/src/site/xdoc/tour/project.xml
archiva-docs/src/site/xdoc/tour/proxy.xml
archiva-docs/src/site/xdoc/tour/reports.xml
archiva-docs/src/site/xdoc/tour/rss.xml
archiva-docs/src/site/xdoc/tour/search.xml
archiva-docs/src/site/xdoc/tour/security.xml
archiva-docs/src/site/xdoc/tour/upload.xml
archiva-docs/src/site/xdoc/tour/virtual-repos.xml

index c613411e405de33c3c8deed92546d13c836bbdf2..106014f8eb7b9e321f947c67dbe0ad8e1b7f524f 100644 (file)
     <link rel="stylesheet" href="$relativePath/css/maven-base.css">
     <link rel="stylesheet" href="$relativePath/css/boostrap-override.css"
     <link rel="stylesheet" href="$relativePath/css/prettify.css" type="text/css" media="all" />
-    <script type="text/javascript" src="$relativePath/js/prettify.js"></script>
+    <script src="$relativePath/js/jquery-1.4.3.min.js" type="text/javascript"></script>
+    <script src="$relativePath/js/jquery.fancybox-1.3.4.pack.js" type="text/javascript"></script>
+    <script src="$relativePath/js/jquery.easing-1.3.pack.js" type="text/javascript"></script>
+    <script src="$relativePath/js/jquery.mousewheel-3.0.4.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" href="$relativePath/css/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
     <script type="text/javascript">
-        window.onload=function() {
-            prettyPrint();
-        }
+    $(document).ready(function() {
+      $("a#single_image").fancybox({
+        'transitionIn' :       'elastic',
+        'transitionOut'        :       'elastic',
+        'speedIn'              :       600,
+        'speedOut'             :       200,
+        'overlayShow'  :       true
+      });
+    });
     </script>
 #foreach( $author in $authors )
       <meta name="author" content="$author" />
index 545ab5877283e1920a0f4cd60fea10c5090d2735..b478c4d512e6682eb8b80ae1dfb423e7a38bec59 100644 (file)
@@ -27,7 +27,7 @@
   <body>
     <section name="Graphical Administration">
       <div style="text-align: center">
-        <img src="../images/tour/admin.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/admin.png"><img src="../images/tour/admin.png" height="401" alt="" /></a>
         <p>
           Archiva has a comprehensive web-based administration interface for configuring repositories,
           remote proxies, scheduled jobs and more. The configuration is kept in sync with the XML
index 12af89442ba73a5dd93848431c079092b515abf8..9a884b339a3685e212cee8279a9ae6004ab567fc 100644 (file)
@@ -27,7 +27,7 @@
   <body>
     <section name="Audit Log Report">
       <div style="text-align: center">
-        <img src="../images/tour/audit-log.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/audit-log.png"><img src="../images/tour/audit-log.png" height="401" alt="" /></a>
         <p>
           Archiva provides a user interface for querying audit logs. The current
           implementation only covers upload/deploy actions but will include other
index ee0efaa9865a6b4870d4d3698c940be15a0cc10b..445e40d1702e8052d831f09dbacf64b48b4cacaf 100644 (file)
@@ -27,7 +27,7 @@
   <body>
     <section name="Maintenance">
       <div style="text-align: center">
-        <img src="../images/tour/maintenance.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/maintenance.png"><img src="../images/tour/maintenance.png" height="401" alt="" /></a>
         <p>
           Archiva has utilities called consumers that can be used for maintaining the
           Archiva repositories. These can be configured or activated in the Repository
index 504b9ca14ffa48df9df01150f435e4023a537d3d..bb8eb11ee61e81579b075afa0b5dbd3ab7f2bf30 100644 (file)
     <title>Project Information</title>
     <author email="brett@apache.org">Brett Porter</author>
   </properties>
-  <head>
-
-  </head>
   <body>
-    <script src="../js/jquery-1.4.3.min.js" type="text/javascript"></script>
-    <script src="../js/jquery.fancybox-1.3.4.pack.js" type="text/javascript"></script>
-    <script src="../js/jquery.easing-1.3.pack.js" type="text/javascript"></script>
-    <script src="../js/jquery.mousewheel-3.0.4.pack.js" type="text/javascript"></script>
-    <link rel="stylesheet" href="../css/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
-    <script type="text/javascript">
-    <![CDATA[
-      $(document).ready(function() {
-        $("a#single_image").fancybox();
-      });
-    //]]>
-    </script>
     <section name="Project Information">
       <div style="text-align: center">
-        <a id="single_image" href="../images/tour/project.png"><img src="../images/tour/project.png" width="640" height="401" alt="" /></a>
+        <a id="single_image" href="../images/tour/project.png"><img src="../images/tour/project.png" height="401" alt="" /></a>
         <p>
           Archiva provides an informative display for projects and artifacts stored in the repository.
           This includes a user-friendly display of the Maven project information, as well as the relationships
index f7f79646de1dacc8c7328eb555c1eddfe6521f35..67e96b3acf1d4d888559b7a6e50d52c5469392fe 100644 (file)
@@ -27,7 +27,7 @@
   <body>
     <section name="Remote Proxying Cache">
       <div style="text-align: center">
-        <img src="../images/tour/proxy.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/proxy.png"><img src="../images/tour/proxy.png" height="401" alt="" /></a>
         <p>
           Archiva can operate as a proxy for remote repositories, allowing you to improve build
           performance by caching artifacts in a closer network location, and control artifact
index 6d1e20d4a3743931a466306e166e0c6a564128e0..d0e70524ef388d586bc765067191f74134b3c86d 100644 (file)
   <body>
     <section name="Integrity Reports">
       <div style="text-align: center">
-        <img src="../images/tour/reports.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/reports.png"><img src="../images/tour/reports.png" height="401" alt="" /></a>
         <p>
           Archiva monitors the state of the managed repositories and keeps track of
           potential problems to allow improvement of metadata and to assist in
           troubleshooting problems.
         </p>
         <p>
-          <a href="../adminguide/security.html">Previous: Role-based Security</a> |
+          <a href="security.html">Previous: Role-based Security</a> |
           <strong>Integrity Reports</strong> |
           <a href="audit-log.html">Next: Audit Log Report</a>
         </p>
index adc005b03e1a882a691693824193e5ada155f366..56b05d37d43821d7042bc9ff01e7a5cb073e18c0 100644 (file)
@@ -27,7 +27,7 @@
   <body>
     <section name="RSS Feeds">
       <div style="text-align: center">
-        <img src="../images/tour/rss.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/rss.png"><img src="../images/tour/rss.png" height="401" alt="" /></a>
         <p>
           Archiva provides RSS feeds for new artifacts in the repositories and new versions
           of a specific artifact.
@@ -35,7 +35,7 @@
         <p>
           <a href="virtual-repos.html">Previous: Virtual Repositories</a> |
           <strong>RSS Feeds</strong> |
-          <a href="../adminguide/security.html">Next: Role-based Security</a>
+          <a href="security.html">Next: Role-based Security</a>
         </p>
       </div>
     </section>
index b34e30a24194f4c339bf4347cbae5db8d56732a7..5341da88652cd14404ab8b4d27500af920a1e225 100644 (file)
     <title>Artifact Search</title>
     <author email="brett@apache.org">Brett Porter</author>
   </properties>
-  <head>
-  </head>
   <body>
-    <script src="../js/jquery-1.4.3.min.js" type="text/javascript"></script>
-    <script src="../js/jquery.fancybox-1.3.4.pack.js" type="text/javascript"></script>
-    <script src="../js/jquery.easing-1.3.pack.js" type="text/javascript"></script>
-    <script src="../js/jquery.mousewheel-3.0.4.pack.js" type="text/javascript"></script>
-    <link rel="stylesheet" href="../css/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
-    <script type="text/javascript">
-    <![CDATA[
-      $(document).ready(function() {
-        $("a#single_image").fancybox();
-      });
-    //]]>
-    </script>
     <section name="Artifact Search">
       <div style="text-align: center">
-        <a id="single_image" href="../images/tour/search.png"><img src="../images/tour/search.png" width="640" height="401" alt="" /></a>
+        <a id="single_image" href="../images/tour/search.png"><img src="../images/tour/search.png" height="401" alt="" /></a>
         <p>
           Archiva has both a user-friendly browsing interface, and powerful search functionalities. The contents of all artifacts are indexed,
           including Maven project information and Java class information to facilitate locating code within any repository.
index 8ff0556c716296cc761889b912ccddc9af5ee9d0..ffd61d6dba36507e8ba57e82d5531b287b4ae1e1 100644 (file)
@@ -27,7 +27,7 @@
   <body>
     <section name="Role-based Security">
       <div style="text-align: center">
-        <img src="../images/tour/security.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/security.png"><img src="../images/tour/security.png" height="401" alt="" /></a>
         <p>
           Archiva uses the Redback security framework to provide flexible role-based security controls for repositories.
           You can use the graphical interface to maintain user accounts, as well as secure repositories for read and/or write
index c53b76095d6bc6c0978ff8794a317ffe3c2ad053..e3390de3b81f2457af21eda6bf9270db04080897 100644 (file)
@@ -27,7 +27,7 @@
   <body>
     <section name="Artifact Upload">
       <div style="text-align: center">
-        <img src="../images/tour/upload.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/upload.png"><img src="../images/tour/upload.png" height="401" alt="" /></a>
         <p>
           Archiva now supports artifact uploads via UI. A pom file can also be included
           in the upload or Archiva can generate one during the upload.
index c3e5766fc26f7e849c0eafa1c00bc9e82b594d84..c9d14aca23a794a5ccd6b6a87f6f38be4d3b7729 100644 (file)
@@ -27,7 +27,7 @@
   <body>
     <section name="Virtual Repositories">
       <div style="text-align: center">
-        <img src="../images/tour/virtual-repos.png" width="640" height="401" alt="" />
+        <a id="single_image" href="../images/tour/virtual-repos.png"><img src="../images/tour/virtual-repos.png" height="401" alt="" /></a>
         <p>
           Archiva implements the concept of virtual repositories, wherein a set of
           Archiva repositories can be grouped together under one URL and that one URL