| Welcome to the gallery "#gallery_label#" |
|
#gallery_desc# (no gallery description given) |
|
| My Vehicle |
| year: |
#vehicle_year#--- |
| make: |
#vehicle_make#--- |
| model: |
#vehicle_model#--- |
| trim: |
#vehicle_trim#--- |
| body: |
#vehicle_body#--- |
| engine: |
#vehicle_eng#--- |
| drive: |
#vehicle_drive#--- |
| tranny: |
#vehicle_trans#--- |
| interior: |
#vehicle_int#--- |
| exterior: |
#vehicle_ext#--- |
|
|
| My Info |
| (no personal information given) |
|
| My Info |
| first name: |
#user_fname#--- |
| last name: |
#user_lname#--- |
| city: |
#user_city#--- |
| state: |
#user_state#--- |
| country: |
#user_country#--- |
| email: |
#user_email#--- |
|
|
|
SELECT album_cover
FROM album_t
WHERE album_id = '#ListGetAt(albumlist, i)#'
SELECT MIN(photo_id) AS first
FROM photo_t
WHERE album_id = '#ListGetAt(albumlist, i)#'
SELECT photo_thumb
FROM photo_t
WHERE photo_id = '#qGetFirst.first#'
SELECT album_label, album_photocnt, album_createdate, album_lastupdate, album_viewcnt, album_rating, album_id
FROM album_t
WHERE album_id = '#ListGetAt(albumlist, i)#'
AND album_display = '1'
 
 |
#qGetAlbumDetails.album_label# |
|
| Created: |
#DateFormat(qGetAlbumDetails.album_createdate,'MM/DD/YYYY')# |
| #DateFormat(qGetAlbumDetails.album_lastupdate,'MM/DD/YYYY')#(n/a) |
| Photos: |
#qGetAlbumDetails.album_photocnt# |
|
|
 |
| (no albums created) |
|
|
|
 |
|