1.41k likes | 1.57k Views
<%. Const INST_ID = 6. ' // Begin Feed cache constants. Const FEED_CACHE_LEN_INTRO_EXTRACT = 250. Const FEED_PUB_TYPE_PROJECT = "projectevent". Const FEED_PUB_TYPE_EVENT = "event". Const FEED_PUB_TYPE_TEAM = "team". Const FEED_PUB_TYPE_PUBLICATION = "publication" '"Publication".
E N D
Const FEED_PUB_TYPE_PUBLICATION = "publication" '"Publication"
Const FEED_XML_PREFIX = "<?xml version=""1.0"" encoding=""UTF-8"" ?><root>"
' this is used when we need some carriage lines on the end of xml for view html source sanity
const BASE_64_MAP_INIT ="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
'// lets define some global constants for the different areas //
'// Image upload and resizing definitions use 0 where image isn't used //
Const IMG_PRESERVE_R = 0 '// Preserve Image Aspect Ratio By Default //
Const IMG_CANVAS_CLR = &HFFFFFF '// white - hex value &HRRGGBB //