Canon Digital Photography Forums  

P.O.T.N. SUPPORT SHOP IS OPEN, check it out now!

Go Back   Canon Digital Photography Forums > Exhibit Engine > EE 2 Styles
Register Rules FAQ Members List Search Today's Posts Mark Forums Read



Reply
 
Thread Tools Display Modes
Old 18th of December 2006 (Mon)   #1
UweB
Member
 
UweB's Avatar
 
Join Date: Aug 2003
Location: Zürich, Switzerland
Posts: 134
Default Lost Gray XHTML

I wanted to build a new template with a new photoframe i just created. Thereby i accidentaly deleted the default Gray XHTML Template. Now only the white and Gray XHTML UDM is left.

How can i get the template back into EE2?

The frame i created has a "negative/slide film" look and therefore different sizes on top/bottom versus left /right. Now this is a bit tricky to implement. The frame parts do not wrap around the image on all sides. It works now only with an active top/bottom frame without the corners and left/right frame parts.

An example of how the frame looks can be seen here: http://www.borck.ch/gallery/list.php?exhibition=10

I think it looks better on white than gray and perhaps even better on a black template. If there is demand i make it available for download as soon as the the overall design/style looks good in EE2.

Any comments, critique is welcome
__________________
I own some great analog equiment from Canon like the Cameras F-1N, A-1 and a range of lenses from 14mm to 300mm plus some accessories. Photography for me is fun and pleasure but also a sometimes difficult creative process.
Please view here: http://www.borck.ch/gallery
UweB is offline   Reply With Quote
This ad block will go away when you log in as member
Old 18th of December 2006 (Mon)   #2
Pekka
El General Moderator
 
Pekka's Avatar
 
Join Date: Mar 2001
Location: Hellsinki, Finland
Posts: 11,698
Default Re: Lost Gray XHTML

Looks good!

I don't know why but I miss something (lighter line) in between the frame and the photo, maybe like in http://www1.istockphoto.com/file_thu...me_in_35mm.jpg

You could move the frame+photo left using negative positioning (or margin/padding) so that the lack of left frame component gets compensated.

BTW: you can make a frame graphics in photo page template based on orientation with
PHP Code:
if ($orientation == "h") {
 
// frame template for horizontal photo
}

if (
$orientation == "v") {
 
// frame template for vertical photo

Here's default GRAY XHTML style:

Code:
ee_version: 2.02
style_author: Pekka Saarinen, http://photography-on-the.net
style_description: Valid XHTML 1 STRICT.
style_graphs: templates/graphs/ee_2_default/
style_name: Gray XHTML
style_colors: templates/colors/dark_green.php
style_fonts: templates/fonts/trebuchet.php
style_globals: templates/pages/ee_2_default/all/basic_stuff_1.php
s_back_color: 383D46
s_graph_tab: templates/graphs/tabs/dark_gray_on_383D46.jpg
s_graph_tab_leftarrow: templates/graphs/ee_2_default/left.gif
s_graph_tab_rightarrow: templates/graphs/ee_2_default/right.gif
s_graph_counter_value: templates/graphs/ee_2_default/value.gif
s_ratings_color_0: 000000
s_ratings_color_1: 336666
s_ratings_color_2: 447777
s_ratings_color_3: 558888
s_ratings_color_4: 669999
s_ratings_color_5: 77aaaa
s_ratings_color_6: 88bbbb
s_ratings_color_7: 99cccc
s_ratings_color_8: aaeeee
s_ratings_color_9: bbffff
s_ratings_color_10: ffffff
index_content: templates/pages/ee_2_default/index/default_XHTML_content.php
index_layout: templates/pages/ee_2_default/index/default_XHTML_css.php
photo_content: templates/pages/ee_2_default/photo/default_XHTML_content.php
photo_content_slideshow: templates/pages/ee_2_default/photo/slideshow/default_XHTML_content.php
photo_content_error: templates/pages/ee_2_default/photo/error/default_XHTML_content.php
photo_layout: templates/pages/ee_2_default/photo/default_XHTML_css.php
browser_content: templates/pages/ee_2_default/list/default_XHTML_content.php
browser_layout: templates/pages/ee_2_default/list/default_XHTML_css.php
sitemap_content: templates/pages/ee_2_default/sitemap/default_XHTML_content.php
sitemap_layout: templates/pages/ee_2_default/sitemap/default_XHTML_css.php
news_content: templates/pages/ee_2_default/news/default_XHTML_content.php
news_layout: templates/pages/ee_2_default/news/default_XHTML_css.php
comments_content: templates/pages/ee_2_default/comments/default_XHTML_content.php
comments_layout: templates/pages/ee_2_default/comments/default_XHTML_css.php
guestbook_content: templates/pages/ee_2_default/guestbook/default_XHTML_content.php
guestbook_layout: templates/pages/ee_2_default/guestbook/default_XHTML_css.php
gear_content: templates/pages/ee_2_default/gear/default_XHTML_content.php
gear_layout: templates/pages/ee_2_default/gear/default_XHTML_css.php
eecommerce_content: templates/pages/ee_2_default/ee_commerce/default_XHTML_content.php
eecommerce_layout: templates/pages/ee_2_default/ee_commerce/default_XHTML_css.php
group_embedded_content: templates/pages/ee_2_default/group/embedded/default_XHTML_content.php
group_embedded_layout: templates/pages/ee_2_default/group/embedded/default_XHTML_css.php
exhibition_embedded_content: templates/pages/ee_2_default/exhibition/embedded/default_XHTML_content_horsort.php
exhibition_embedded_layout: templates/pages/ee_2_default/exhibition/embedded/default_XHTML_css.php
comment_embedded_content: templates/pages/ee_2_default/comments/embedded/default_XHTML_content.php
comment_embedded_layout: templates/pages/ee_2_default/comments/embedded/default_XHTML_css.php
guestbook_embedded_content: templates/pages/ee_2_default/guestbook/embedded/default_XHTML_content.php
guestbook_embedded_layout: templates/pages/ee_2_default/guestbook/embedded/default_XHTML_css.php
camera_embedded_content: templates/pages/ee_2_default/camera/embedded/default_XHTML_content.php
camera_embedded_layout: templates/pages/ee_2_default/camera/embedded/default_XHTML_css.php
lens_embedded_content: templates/pages/ee_2_default/lens/embedded/default_XHTML_content.php
lens_embedded_layout: templates/pages/ee_2_default/lens/embedded/default_XHTML_css.php
accessory_embedded_content: templates/pages/ee_2_default/accessory/embedded/default_XHTML_content.php
accessory_embedded_layout: templates/pages/ee_2_default/accessory/embedded/default_XHTML_css.php
rating_embedded_content: templates/pages/ee_2_default/comments/ratings/default_XHTML_content.php
rating_embedded_layout: templates/pages/ee_2_default/comments/ratings/default_XHTML_css.php
comment_inputform_content: templates/pages/ee_2_default/comments/inputform/default_XHTML_content.php
comment_inputform_layout: templates/pages/ee_2_default/comments/inputform/default_XHTML_css.php
guestbook_inputform_content: templates/pages/ee_2_default/guestbook/inputform/default_XHTML_content.php
guestbook_inputform_layout: templates/pages/ee_2_default/guestbook/inputform/default_XHTML_css.php
news_teaser_embedded_content: templates/pages/ee_2_default/news/excerpt/default_XHTML_content.php
news_teaser_embedded_layout: templates/pages/ee_2_default/news/excerpt/default_XHTML_css.php
news_embedded_content: templates/pages/ee_2_default/news/embedded/default_XHTML_content.php
news_embedded_layout: templates/pages/ee_2_default/news/embedded/default_XHTML_css.php
login_embedded_content: templates/pages/ee_2_default/login/inputform/default_XHTML_content.php
login_embedded_layout: templates/pages/ee_2_default/login/inputform/default_XHTML_css.php
custom_a_content: templates/pages/ee_2_default/custom/content_a.php
Note: add a linefeed (hit return) after the last line, or else the last line will be ignored.
__________________
1D Mark III, 5D Mark II, lenses, 5-string bass
PHOTOS: Selected Snaps | Orchestra Photos | Brass Week 2009
2009 POTN BOOK AVAILABLE NOW -- click here

----------------------------

Last edited by Pekka : 18th of December 2006 (Mon) at 07:48.
Pekka is offline   Reply With Quote
Old 18th of December 2006 (Mon)   #3
UweB
Member
 
UweB's Avatar
 
Join Date: Aug 2003
Location: Zürich, Switzerland
Posts: 134
Default Re: Lost Gray XHTML

Hi Pekka ! Thank's for the Gray XHTML template.

The frame design is a first try just to see how it all works and looks together with EE2. My first design was about as light in color as your example (i scanned an original negative film) but then i was not sure about the color... then i wanted to check was how the mathematics work behind your frame design and what it does if i change the integer values and so on...

I think the most difficult part will be to use the r_t and r_b corners.

How can i incorporate your example to base the frames on wide and hight? This feature would be very nice to use
__________________
I own some great analog equiment from Canon like the Cameras F-1N, A-1 and a range of lenses from 14mm to 300mm plus some accessories. Photography for me is fun and pleasure but also a sometimes difficult creative process.
Please view here: http://www.borck.ch/gallery
UweB is offline   Reply With Quote
This ad block will go away when you log in as member
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
XHTML and snippets Tini72 EE 2 Usage 1 8th of July 2007 (Sun) 11:57
XHTML Validation problem in photo page with accessory lucas3d EE 2 Bugs 0 28th of June 2007 (Thu) 09:56
XHTML and validating it Pekka EE 2 Styles 0 3rd of October 2006 (Tue) 18:55
It's all gray Titus213 General Photography Talk 13 6th of November 2005 (Sun) 11:19
Lost files - well maybe not lost dewmuw RAW, Post Processing and Printing 0 1st of April 2005 (Fri) 05:35


All times are GMT -5. The time now is 09:14.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
This forum is not affiliated with Canon in any way and is run as a free user helpsite by Pekka Saarinen, Helsinki Finland. You will need to register in order to be able to post messages. Cookies are required for registering and posting. HTML in messages is not allowed, plain website addresses are automatically made active by the board.