Team:Warsaw/Gallery
From 2011.igem.org
(Difference between revisions)
(Created page with "__NOTOC__ <html> <script type="text/javascript"> ActiveTab='Team'; </script> </html> {{TemplateTop}} {{UpperTabs}} {{LowerTabsTeam}} <html> Gallery </html> {{TemplateBottom}}") |
|||
Line 10: | Line 10: | ||
{{UpperTabs}} | {{UpperTabs}} | ||
{{LowerTabsTeam}} | {{LowerTabsTeam}} | ||
+ | |||
+ | <php | ||
+ | if (photo = 1) { | ||
+ | echo "Zdjecie1"; | ||
+ | } | ||
+ | else { | ||
+ | echo "No photo"; | ||
+ | } | ||
+ | ?> | ||
<html> | <html> |
Revision as of 20:49, 20 September 2011
<php if (photo = 1) { echo "Zdjecie1"; } else { echo "No photo"; } ?>
Gallery