Changeset 4604

Show
Ignore:
Timestamp:
02/18/08 06:31:51 (9 months ago)
Author:
xmlhacker
Message:

first take at graphics

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Web/4lessig.org/index.page

    r4601 r4604  
    1717        <page:output> 
    1818            <page:head src="/page/output/head/base.xml" /> 
    19             <page:body src="/page/output/body/base.xml" /> 
     19            <page:body src="/page/output/body/base.xml" />  
    2020        </page:output> 
    2121    </my:page> 
  • trunk/nuxleus/Web/4lessig.org/page/output/body/base.xml

    r4599 r4604  
    11<?xml version="1.0"?> 
    2 <page:body xmlns:page="http://atomictalk.org/page" 
    3   xmlns:body="http://atomictalk.org/page/output/body"> 
     2<page:body xmlns:page="http://atomictalk.org/page" xmlns:body="http://atomictalk.org/page/output/body"> 
    43  <body:layout xmlns:view="http://atomictalk.org/page/view"> 
    54    <layout:view xmlns:layout="http://atomictalk.org/page/view/layout"> 
    65      <view:module> 
    76        <view:container> 
    8           <view:module id="header" src="/page/view/module/header/primary/base.xml"/> 
    9           <view:module id="body" src="/page/view/module/content/base.xml"/> 
     7          <body:layout xmlns:view="http://atomictalk.org/page/view"> 
     8            <layout:view xmlns:layout="http://atomictalk.org/page/view/layout"> 
     9              <view:module> 
     10                <view:container> 
     11                  <div> 
     12                    <div id="top-bar"></div> 
     13                    <div id="bottom-bar"></div> 
     14                  </div> 
     15                  <div id="lessig-body"> 
     16                    <div id="4lessig"> 
     17                      <div id="id4lessig-01"> 
     18                        <img src="images/4lessig_01.jpg" width="262" height="246" alt="" /> 
     19                      </div> 
     20                      <div id="id4lessig-02"> 
     21                        <img src="images/4lessig_02.png" width="762" height="246" alt="" /> 
     22                      </div> 
     23                      <div id="id4lessig-03"> 
     24                        <img src="images/4lessig_03.png" width="1024" height="38" alt="" /> 
     25                      </div> 
     26                      <div id="id4lessig-04"> 
     27                        <img src="images/4lessig_04.png" width="1024" height="484" alt="" /> 
     28                      </div> 
     29                    </div> 
     30                  </div> 
     31                </view:container> 
     32              </view:module> 
     33            </layout:view> 
     34          </body:layout> 
    1035        </view:container> 
    1136      </view:module> 
  • trunk/nuxleus/Web/4lessig.org/page/output/head/base.xml

    r4599 r4604  
    22<page:head xmlns:page="http://atomictalk.org/page" xmlns:head="http://atomictalk.org/page/output/head"> 
    33  <head:title>@@page-title@@</head:title> 
    4   <head:link rel="alternate" type="application/atom+xml" title="Amp.fm ON THE AIR" href="http://dev.amp.fm/ontheair.atom" /> 
    5   <head:link rel="alternate" type="application/xml" title="Amp.fm ON THE AIR" href="http://dev.amp.fm/ontheair.atom" /> 
    6   <head:link rel="shortcut icon" href="/images/Amp.FM.icon.png" type="image/png"/> 
     4  <head:link rel="alternate" type="application/atom+xml" title="@@page-title@@" href="@@static@@/feed.atom" /> 
     5  <head:link rel="alternate" type="application/xml" title="@@page-title@@" href="@@static@@/feed.atom" /> 
     6  <head:link rel="shortcut icon" href="@@shortcut-icon@@" type="image/png"/> 
    77  <head:include fileType="css" href="@@static@@/css/base.css" /> 
    88  <head:include fileType="css" href="@@static@@/css/transparency.css" /> 
  • trunk/nuxleus/Web/4lessig.org/page/view/module/header/primary/base.xml

    r4599 r4604  
    44    <view:item id="top-login-module" style="width" src="/page/view/menu/navigation/top-login.xml"/> 
    55    <view:item id="top-sub-nav-module" style="width" src="/page/view/menu/navigation/top-sub-nav.xml"/> 
    6     <view:item id="get-plugged-in" style="width" src="/page/view/module/get-plugged-in.xml"/> 
    7     <view:item id="search-module" style="width" src="/page/view/search/base.xml"/> 
    8     <view:item id="quick-view-module" style="width" src="/page/view/quick-view/base.xml"/> 
    96  </view:container> 
    107</view:module>